Update README.md -> gitignore
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# LaTeX temporary files
|
||||
*.aux
|
||||
*.log
|
||||
*.toc
|
||||
|
||||
# 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