working latex on vm
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# LaTeX core
|
||||
*.aux
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.log
|
||||
*.out
|
||||
*.toc
|
||||
*.xdv
|
||||
|
||||
# Project specific
|
||||
build/
|
||||
|
||||
# PDF output (Optional: comment out if you want to track the PDF)
|
||||
*.pdf
|
||||
|
||||
# Synctex (for editor navigation)
|
||||
*.synctex.gz
|
||||
|
||||
# tikzposter specific / generic graphics
|
||||
*.thm
|
||||
*.pre
|
||||
Reference in New Issue
Block a user