Update gitignore
This commit is contained in:
parent
ae4c533320
commit
9d04e5ca2b
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,8 +1,17 @@
|
||||||
*.log
|
*.log
|
||||||
*.aux
|
*.aux
|
||||||
|
*.bbl
|
||||||
|
*.bcf
|
||||||
|
*.blg
|
||||||
|
*.fls
|
||||||
|
*.toc
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.run.xml
|
||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
|
*.dvi
|
||||||
*.pdf
|
*.pdf
|
||||||
*.out
|
*.out
|
||||||
|
*.kate-swp
|
||||||
|
|
||||||
*.o
|
*.o
|
||||||
*.ghw
|
*.ghw
|
||||||
|
|
Loading…
Reference in a new issue