文件
gprMax/.gitignore
2016-06-21 15:45:29 +01:00

30 行
286 B
Plaintext

# Python
*.pyc
*.pyo
# Cython
*.c
*.so
*.pyd
# Mac OS X
.DS_Store
# build, dist and egg-info directories
build/
dist/
*.egg-info/
# Backup files
*~
# Hidden files
.*
<<<<<<< Updated upstream
# Jupyter notebook checkpoints
.ipynb_checkpoints/
=======
*.out
>>>>>>> Stashed changes