diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -1,19 +1,9 @@ -_/ -obj/ -bin/ -__pycache__/ -\#*\# -.* -!.git* *~ -*.bak -*.swo -*.swp +*\#* +__pycache__/ *.pyc *.pyo *.o *.out *.so -*.gch *.c - |