Skip to content

Commit 308e4e4

Browse files
committed
Merge branch 'pr/4'
2 parents 2bc0e63 + 8854896 commit 308e4e4

17 files changed

Lines changed: 72 additions & 91 deletions

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Core latex/pdflatex auxiliary files:
2+
*.aux
3+
*.lof
4+
*.log
5+
*.lot
6+
*.fls
7+
*.out
8+
*.toc
9+
*.fmt
10+
*.fot
11+
*.cb
12+
*.cb2
13+
*.xdv
14+
15+
## Bibliography auxiliary files (bibtex/biblatex/biber):
16+
*.bbl
17+
*.bcf
18+
*.blg
19+
*-blx.aux
20+
*-blx.bib
21+
*.run.xml
22+
23+
## Build tool auxiliary files:
24+
*.fdb_latexmk
25+
*.synctex
26+
*.synctex(busy)
27+
*.synctex.gz
28+
*.synctex.gz(busy)
29+
*.pdfsync
30+
31+
# auto folder when using emacs and auctex
32+
./auto/*
33+
*.el

0 commit comments

Comments
 (0)