Skip to content

Commit 2cd4095

Browse files
authored
Add .gitignore for LaTeX and IDE files
1 parent a0cfa10 commit 2cd4095

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# LaTeX
2+
*.aux
3+
*.bbl
4+
*.blg
5+
*.log
6+
*.out
7+
*.toc
8+
*.lof
9+
*.lot
10+
*.fls
11+
*.fdb_latexmk
12+
*.synctex.gz
13+
*.nav
14+
*.snm
15+
*.vrb
16+
*.xdv
17+
*.run.xml
18+
auto/
19+
_build/
20+
_build*/
21+
*.pdfsync
22+
23+
# OS/editor
24+
.DS_Store
25+
Thumbs.db
26+
*.swp
27+
.idea/
28+
.vscode/

0 commit comments

Comments
 (0)