summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-02-09 02:58:00 +0000
committerrsiddharth <s@ricketyspace.net>2017-02-09 02:58:00 +0000
commit66c8b8c0ea2ecfc6300319fa978c7941075fdc8e (patch)
tree1a94a943c575f71c7087e759ee71f5b961f54f76 /.gitignore
parent94b46f473df434867b884d468ba41d7c42b75393 (diff)
rewrite .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index ec2cc7e..356c943 100644
--- 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