Commit aa9fe38c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

consolidate ignoring python bytecompiled cache files

parent d17421eb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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?
+0 −1
Original line number Diff line number Diff line
__pycache__
*.egg-info
+1 −3
Original line number Diff line number Diff line
*.pyc
__pycache__
build
/build