iNSE-ALE-Article/.gitignore

60 lines
757 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized / DLL files
__pycache__/
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
2021-08-31 22:06:57 +02:00
# TeX autogenerated files
*.aux
*.log
*.pdf
*.synctex.gz
*.sh
# Generated results from FEniCS/Python plots, etc...
*.xdmf
*.h5
*.pyc
# Jupyter checkpoints
2022-04-08 14:01:42 +02:00
*.ipynb
.ipynb_checkpoints/
# Paraview state files
*.pvsm
2022-04-08 14:01:42 +02:00
2022-04-08 16:21:24 +02:00
# Submission
2022-04-08 14:01:42 +02:00
**/*.synctex.gz
**/*.log
**/*.aux
2022-04-08 16:21:24 +02:00
**/*.pdf
# published article exception and
# TeX exceptions
!/tex/**/*.png
2022-04-08 16:31:44 +02:00
!conferences/**/*
conferences/**/*.synctex.gz
conferences/**/*.aux
conferences/**/*.log
2022-04-08 16:21:24 +02:00
!article_published.pdf