updated tex
This commit is contained in:
34
Thesis/.gitignore
vendored
Normal file
34
Thesis/.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# LaTeX temporary files
|
||||
*.aux
|
||||
*.log
|
||||
*.toc
|
||||
*.brf
|
||||
*.ilg
|
||||
*.lol
|
||||
*.xdg
|
||||
*.xdy
|
||||
*.glsdefs
|
||||
|
||||
|
||||
# vscode
|
||||
.vscode
|
||||
|
||||
# PDF output - usually a bad idea to keep this in Git
|
||||
*.pdf
|
||||
|
||||
# Latexmk
|
||||
*.fdb_latexmk
|
||||
|
||||
# SyncTeX
|
||||
*.synctex.gz
|
||||
|
||||
# LaTeX Beamer
|
||||
*.snm
|
||||
*.vrb
|
||||
*.nav
|
||||
*.out
|
||||
|
||||
# BibTeX
|
||||
*.bbl
|
||||
*.blg
|
||||
|
||||
Reference in New Issue
Block a user