Add .gitignore for the manuscript
This commit is contained in:
parent
bafd18ce0f
commit
0c275a5e7f
34
Manuscript/.gitignore
vendored
Normal file
34
Manuscript/.gitignore
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# LaTeX generated files
|
||||||
|
*.aux
|
||||||
|
*.bit
|
||||||
|
*.blg
|
||||||
|
*.bbl
|
||||||
|
*.lof
|
||||||
|
*.log
|
||||||
|
*.lot
|
||||||
|
*.glo
|
||||||
|
*.glx
|
||||||
|
*.gxg
|
||||||
|
*.gxs
|
||||||
|
*.idx
|
||||||
|
*.ilg
|
||||||
|
*.ind
|
||||||
|
*.out
|
||||||
|
*.url
|
||||||
|
*.svn
|
||||||
|
*.toc
|
||||||
|
*.fls
|
||||||
|
*.synctex*
|
||||||
|
*latexmk
|
||||||
|
*.run.xml
|
||||||
|
*-blx.bib
|
||||||
|
*.thm
|
||||||
|
|
||||||
|
# pdf output
|
||||||
|
Ec.pdf
|
||||||
|
|
||||||
|
# additional files
|
||||||
|
EcNotes.bib
|
||||||
|
|
||||||
|
# macOS finder files and hidden folders
|
||||||
|
.DS_Store
|
Loading…
Reference in New Issue
Block a user