init master thesis template
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# LaTeX intermediate and output files
|
||||
*.aux
|
||||
*.bbl
|
||||
*.blg
|
||||
*.brf
|
||||
*.log
|
||||
*.nav
|
||||
*.out
|
||||
*.snm
|
||||
*.toc
|
||||
*.vrb
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
*.lof
|
||||
*.lot
|
||||
*.run.xml
|
||||
|
||||
# SyncTeX files
|
||||
*.synctex.gz
|
||||
*.synctex(busy)
|
||||
|
||||
# PDF files
|
||||
*.pdf
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.backup
|
||||
*~
|
||||
|
||||
# Editor backup files
|
||||
*.swp
|
||||
*.swo
|
||||
*.DS_Store
|
||||
|
||||
# Directory for auxiliary files created by latexmk
|
||||
latexmk/
|
||||
Reference in New Issue
Block a user