commit 66c8b8c0ea2ecfc6300319fa978c7941075fdc8e
parent 94b46f473df434867b884d468ba41d7c42b75393
Author: rsiddharth <s@ricketyspace.net>
Date: Thu, 9 Feb 2017 02:58:00 +0000
rewrite .gitignore
Diffstat:
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,6 +1,15 @@
+# general
+*.egg-info/
+build/
+dist/
+*.egg
+*.py[cod]
+__pycache__/
+*.so
*~
+
+# old cruft
test
-*.pyc
src/wiki-files/differences-with-debian.txt
src/config/
@@ -14,10 +23,5 @@ share/
man/
pip-selfcheck.json
-# setup.py
-*egg-info/
-build/
-dist/
-
# coverage
.coverage