Add .gitignore for LaTeX artifacts
This commit is contained in:
parent
4e8c9f53bf
commit
8bb9e1c96c
19
docs/.gitignore
vendored
Normal file
19
docs/.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# LaTeX build artifacts
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
*.out
|
||||||
|
*.pdf
|
||||||
|
*.toc
|
||||||
|
*.lof
|
||||||
|
*.lot
|
||||||
|
*.fls
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.synctex.gz
|
||||||
|
*.synctex.gz(busy)
|
||||||
|
*.dvi
|
||||||
|
*.ps
|
||||||
|
|
||||||
|
# IDE/editor files
|
||||||
|
.DS_Store
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
Loading…
x
Reference in New Issue
Block a user