Create gitignore
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# === LaTeX build files ===
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
*.toc
|
||||
*.nav
|
||||
*.snm
|
||||
*.synctex.gz
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
*.xdv
|
||||
|
||||
# === Bibliography ===
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*.run.xml
|
||||
|
||||
# === Beamer specific ===
|
||||
*.vrb
|
||||
|
||||
# === Temporary files ===
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# === Output PDFs ===
|
||||
# *.pdf
|
||||
|
||||
# === Latexindent ===
|
||||
*.indent.log
|
||||
|
||||
# === VS Code settings ===
|
||||
.vscode/
|
||||
|
||||
# === OS crap ===
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user