gitignore added
This commit is contained in:
parent
a19337c28e
commit
b7ca716a5c
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
# tex auxillary files
|
||||
*.log
|
||||
*.aux
|
||||
*.log
|
||||
*.synctex.gz
|
||||
*.out
|
||||
*.toc
|
||||
*.lof
|
||||
*.lot
|
||||
|
||||
|
||||
# bibliography related
|
||||
*-blx.bib
|
||||
*.run.xml
|
||||
*.bbl
|
||||
*.blg
|
||||
*.bcf
|
||||
|
||||
# glossary related
|
||||
glossary.ist
|
||||
*.glo
|
||||
*.acn
|
||||
*.acr
|
||||
*.alg
|
||||
*.glg
|
||||
*.gls*
|
||||
.idx
|
||||
.xdy
|
||||
|
||||
# backup files
|
||||
*~
|
||||
.\#
|
||||
\#*
|
Loading…
x
Reference in New Issue
Block a user