|
@@ -1,6 +1,9 @@
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/latex
|
|
# Created by https://www.gitignore.io/api/latex
|
|
|
|
|
|
|
|
+#Required for Mac OS
|
|
|
|
+*.DS_Store
|
|
|
|
+
|
|
### LaTeX ###
|
|
### LaTeX ###
|
|
## Core latex/pdflatex auxiliary files:
|
|
## Core latex/pdflatex auxiliary files:
|
|
*.aux
|
|
*.aux
|
|
@@ -21,7 +24,7 @@
|
|
# these rules might exclude image files for figures etc.
|
|
# these rules might exclude image files for figures etc.
|
|
# *.ps
|
|
# *.ps
|
|
# *.eps
|
|
# *.eps
|
|
-# *.pdf
|
|
|
|
|
|
+*.pdf
|
|
|
|
|
|
## Generated if empty string is given at "Please type another file name for output:"
|
|
## Generated if empty string is given at "Please type another file name for output:"
|
|
.pdf
|
|
.pdf
|