forked from gsson/soaplib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added to common cruft to .gitignore, from emacs, Wing IDE, Mac OS, no…
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |