From 66c8b8c0ea2ecfc6300319fa978c7941075fdc8e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 9 Feb 2017 02:58:00 +0000 Subject: rewrite .gitignore --- .gitignore | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3