section 2 WIP
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
# LaTeX build files
|
||||
*.aux
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.nav
|
||||
*.out
|
||||
*.run.xml
|
||||
*.snm
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.vrb
|
||||
|
||||
# Beamer / minted / glossaries / nomenclature
|
||||
*.acn
|
||||
*.acr
|
||||
*.alg
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
*.ist
|
||||
*.loa
|
||||
*.lol
|
||||
*.nlo
|
||||
*.nls
|
||||
*.pyg
|
||||
_minted-*/
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Editors / IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Keep final PDFs ignored by default.
|
||||
# Remove this line if you want to commit the compiled PDF.
|
||||
*.pdf
|
||||
Reference in New Issue
Block a user