Skip to content

Commit 9a2eee9

Browse files
author
Mioriarty
committed
add latex to gitignore
1 parent d2db77a commit 9a2eee9

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

.gitignore

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,27 @@ tests/testoutput
55
cmake-build-debug
66
cmake-build-release
77
cmake-build-relwithdebinfo
8-
out
8+
out
9+
10+
# LaTeX build files
11+
*.aux
12+
*.log
13+
*.out
14+
*.toc
15+
*.lof
16+
*.lot
17+
*.fls
18+
*.fdb_latexmk
19+
*.synctex.gz
20+
*.bbl
21+
*.blg
22+
*.nav
23+
*.snm
24+
*.vrb
25+
26+
# latexmk
27+
latexmkrc
28+
29+
# Temporary files
30+
*.tmp
31+
*.swp

0 commit comments

Comments
 (0)