Commit 32c4a7de2f827f695e2ef5cba6bdbaed50200734
1 parent
0bb66642
Exists in
master
and in
100 other branches
Update gitignore file to ignore all files generated by Fitnesse
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
.gitignore
... | ... | @@ -21,6 +21,11 @@ app-*/tt_small_*.txt |
21 | 21 | app-*/userFictif/ |
22 | 22 | app-*/xyPlot.txt |
23 | 23 | app-*/PlotFitnesseResults/ |
24 | +app-*/Gaps_timeTable_*.txt | |
25 | +app-*/TooSmall_timeTable_*.txt | |
26 | +app-*/TooSmall_timeTable_*.xml | |
27 | +app-*/data_mining_*.txt | |
28 | +app-*/tmp_*.txt | |
24 | 29 | test/FitNesseRoot/ErrorLogs/ |
25 | 30 | test/FitNesseRoot/FitNesse/ |
26 | 31 | test/FitNesseRoot/TemplateLibrary/ |
... | ... | @@ -28,4 +33,4 @@ test/FitNesseRoot/files/testResults/ |
28 | 33 | config/MissionInfo/* |
29 | 34 | config/InstrumentInfo/* |
30 | 35 | config/DataSetInfo/* |
31 | -config/DataBaseParameters/*.xml | |
32 | 36 | \ No newline at end of file |
37 | +config/DataBaseParameters/*.xml | ... | ... |