Skip to content

Commit c63651e

Browse files
author
Florian Preinstorfer
committed
Update gitignore file
1 parent aef69ea commit c63651e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.gitignore

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
#LaTeX
1+
# LaTeX
2+
*-blx.bib
23
*.aux
4+
*.bak
35
*.bbl
46
*.blg
57
*.dvi
8+
*.fdb_latexmk
9+
*.fls
610
*.glg
711
*.glo
812
*.gls
@@ -13,15 +17,15 @@
1317
*.lof
1418
*.log
1519
*.lot
20+
*.nav
1621
*.nlo
1722
*.out
18-
*.toc
19-
*.fdb_latexmk
2023
*.pdfsync
21-
*.synctex.gz
22-
*.nav
24+
*.run.xml
2325
*.snm
26+
*.synctex.gz
27+
*.toc
2428
*.vrb
25-
*.bak
26-
*-blx.bib
27-
*.run.xml
29+
30+
# tags
31+
tags

0 commit comments

Comments
 (0)