consolidate ignoring python bytecompiled cache files

This commit is contained in:
Axel Kohlmeyer 2016-09-17 09:50:49 -04:00
parent d17421eb7c
commit aa9fe38c5c
3 changed files with 5 additions and 4 deletions

4
.gitignore vendored
View File

@ -9,6 +9,8 @@
*.x
*.exe
*.dll
*.pyc
__pycache__
Obj_*
log.lammps
@ -20,6 +22,8 @@ log.cite
*.orig
*.rej
.vagrant
\#*#
.#*
.DS_Store
.DS_Store?

View File

@ -1,2 +1 @@
__pycache__
*.egg-info

4
python/.gitignore vendored
View File

@ -1,3 +1 @@
*.pyc
__pycache__
build
/build