Fixed gitignore for pdf
This commit is contained in:
parent
08a542b328
commit
6c04cc507d
22
.gitignore
vendored
22
.gitignore
vendored
@ -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
BIN
article_published.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user