Skip to content

Commit

Permalink
Add distutils / setuptools build files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport committed Mar 26, 2015
1 parent 7f14db9 commit f02f1e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ compiled_templates/
*.pyc
*.pyo

# distutils / setuptools
*.egg-info
build/
dist/

# Appengine autogenerated crap
bulkloader-*

Expand All @@ -32,4 +37,4 @@ html
htmlcov

# But allow the gitignore file
!.gitignore
!.gitignore

0 comments on commit f02f1e9

Please sign in to comment.