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,6 +21,11 @@ app-*/tt_small_*.txt | ||
21 | app-*/userFictif/ | 21 | app-*/userFictif/ |
22 | app-*/xyPlot.txt | 22 | app-*/xyPlot.txt |
23 | app-*/PlotFitnesseResults/ | 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 | test/FitNesseRoot/ErrorLogs/ | 29 | test/FitNesseRoot/ErrorLogs/ |
25 | test/FitNesseRoot/FitNesse/ | 30 | test/FitNesseRoot/FitNesse/ |
26 | test/FitNesseRoot/TemplateLibrary/ | 31 | test/FitNesseRoot/TemplateLibrary/ |
@@ -28,4 +33,4 @@ test/FitNesseRoot/files/testResults/ | @@ -28,4 +33,4 @@ test/FitNesseRoot/files/testResults/ | ||
28 | config/MissionInfo/* | 33 | config/MissionInfo/* |
29 | config/InstrumentInfo/* | 34 | config/InstrumentInfo/* |
30 | config/DataSetInfo/* | 35 | config/DataSetInfo/* |
31 | -config/DataBaseParameters/*.xml | ||
32 | \ No newline at end of file | 36 | \ No newline at end of file |
37 | +config/DataBaseParameters/*.xml |