Skip to content

Commit

Permalink
Added to common cruft to .gitignore, from emacs, Wing IDE, Mac OS, no…
Browse files Browse the repository at this point in the history
…se, pip, setuptools, etc.
  • Loading branch information
Brad Allen committed May 8, 2010
1 parent 15c0596 commit 480055d
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 480055d

Please sign in to comment.