Skip to content

Commit 1a428b9

Browse files
committed
新增 gitignore 文件
1 parent 098c2b2 commit 1a428b9

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
14+
## Bibliography auxiliary files (bibtex/biblatex/biber):
15+
*.bbl
16+
*.bcf
17+
*.blg
18+
*-blx.aux
19+
*-blx.bib
20+
*.run.xml
21+
22+
## Build tool auxiliary files:
23+
*.fdb_latexmk
24+
*.synctex
25+
*.synctex(busy)
26+
*.synctex.gz
27+
*.synctex.gz(busy)
28+
*.pdfsync
29+
30+
# auto folder when using emacs and auctex
31+
./auto/*
32+
*.el

0 commit comments

Comments
 (0)