nog betere gitignore
[tt2015.git] / .gitignore
1 tt.fmt
2 tt.aux
3 tt.bbl
4 tt.blg
5 tt.log
6 tt.out
7 tt.toc
8 tt.pdf
9 *.eps
10
11 # LaTeX temporary files
12 *.aux
13 *.log
14 *.toc
15 *.dvi
16 *.fmt
17 *.fls
18
19 # PDF output - usually a bad idea to keep this in Git
20 *.pdf
21
22 # Latexmk
23 *.fdb_latexmk
24
25 # SyncTeX
26 *.synctex.gz
27
28 # LaTeX Beamer
29 *.snm
30 *.vrb
31 *.nav
32 *.out
33
34 # BibTeX
35 *.bbl
36 *.blg
37
38 # Log created by Adobe Reader
39 C:\\nppdf32Log\\debuglog.txt
40
41 # Sublime Text Project Files (usually contain absolute paths)
42 *.sublime-project
43 *.sublime-workspace
44
45 # java binaries
46 *.class
47 .~lock*
48
49 # andere binaries
50 *.odt