|
123456789101112131415161718192021222324252627 |
- # Eclipse project excludes
- *.project
- *.classpath
- *.pdf
- *.doc
-
- # Output excludes
- bin/
- doc/
- out/
-
- # matlab excludes
- *.m~
-
- # LaTeX excludes
- *.aux
- *.lof
- *.toc
- *.gz
- *.out
- *.lot
- report/**/*.log
-
- # include report outputs
- !report/report.pdf
- !report/session*.pdf
- !report/source.pdf
|