Compare commits
2 Commits
6c04cc507d
...
491f43c697
Author | SHA1 | Date | |
---|---|---|---|
|
491f43c697 | ||
|
6d2d1a38e4 |
10
.gitignore
vendored
10
.gitignore
vendored
@ -9,7 +9,6 @@ __pypackages__/
|
|||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
downloads/
|
|
||||||
eggs/
|
eggs/
|
||||||
.eggs/
|
.eggs/
|
||||||
lib/
|
lib/
|
||||||
@ -40,9 +39,6 @@ MANIFEST
|
|||||||
*.ipynb
|
*.ipynb
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
# Numerical results
|
|
||||||
tests/
|
|
||||||
|
|
||||||
# Paraview state files
|
# Paraview state files
|
||||||
*.pvsm
|
*.pvsm
|
||||||
|
|
||||||
@ -55,5 +51,9 @@ tests/
|
|||||||
# published article exception and
|
# published article exception and
|
||||||
# TeX exceptions
|
# TeX exceptions
|
||||||
!/tex/**/*.png
|
!/tex/**/*.png
|
||||||
|
!conferences/**/*
|
||||||
|
conferences/**/*.synctex.gz
|
||||||
|
conferences/**/*.aux
|
||||||
|
conferences/**/*.log
|
||||||
|
|
||||||
!article_published.pdf
|
!article_published.pdf
|
||||||
!conferences/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user