Skip to content

Commit 0b29314

Browse files
committed
Added gitignore for LaTeX build garbage
1 parent be91a29 commit 0b29314

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
*.aux
2+
*.glo
3+
*.idx
4+
*.log
5+
*.toc
6+
*.ist
7+
*.acn
8+
*.acr
9+
*.alg
10+
*.bbl
11+
*.blg
12+
*.dvi
13+
*.glg
14+
*.gls
15+
*.ilg
16+
*.ind
17+
*.lof
18+
*.lot
19+
*.maf
20+
*.mtc
21+
*.mtc1
22+
*.out
23+
*.synctex.gz

0 commit comments

Comments
 (0)