Fixed gitignore for pdf

This commit is contained in:
reidmen 2022-04-08 16:21:24 +02:00
parent 08a542b328
commit 6c04cc507d
2 changed files with 8 additions and 14 deletions

22
.gitignore vendored
View File

@ -31,12 +31,6 @@ MANIFEST
*.synctex.gz *.synctex.gz
*.sh *.sh
# TeX exceptions
!/tex/**/*.png
# published article exception
!article_published.pdf
# Generated results from FEniCS/Python plots, etc... # Generated results from FEniCS/Python plots, etc...
*.xdmf *.xdmf
*.h5 *.h5
@ -52,14 +46,14 @@ tests/
# Paraview state files # Paraview state files
*.pvsm *.pvsm
*.aux # Submission
*.log
*.pdf
*.synctex.gz
*.sh
# Submission 1
**/*.synctex.gz **/*.synctex.gz
**/*.log **/*.log
**/*.aux **/*.aux
**/*.pdf **/*.pdf
# published article exception and
# TeX exceptions
!/tex/**/*.png
!article_published.pdf
!conferences/

BIN
article_published.pdf Normal file

Binary file not shown.