From 480055d018b0a07f02e9212d59b2829406272112 Mon Sep 17 00:00:00 2001 From: Brad Allen Date: Sat, 8 May 2010 13:00:20 -0500 Subject: [PATCH] Added to common cruft to .gitignore, from emacs, Wing IDE, Mac OS, nose, pip, setuptools, etc. --- .gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a84877..c4a3dbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,38 @@ # All files to globally ignore + +#python cruft *.pyc *.pyo *$py.class +*.egg +*.egg-info +.noseids +*prof* +pip-log.txt *.swp *.patch *# -*~ MANIFEST dist build soaplib_lxml.egg-info + +# Mac cruft +.DS_Store + +#emacs cruft +*~ +*#* +*.pyc +*flymake.py +.ropeproject + +# wing cruft +*.wpr + +#virtualenv cruft +bin +lib +include +develop-eggs +.installed.cfg