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 *.x
*.exe *.exe
*.dll *.dll
*.pyc
__pycache__
Obj_* Obj_*
log.lammps log.lammps
@ -20,6 +22,8 @@ log.cite
*.orig *.orig
*.rej *.rej
.vagrant .vagrant
\#*#
.#*
.DS_Store .DS_Store
.DS_Store? .DS_Store?

View File

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

4
python/.gitignore vendored
View File

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