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 authored and Piet Delport committed Feb 2, 2016
1 parent 7cc27a8 commit 9b4f82a
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 @@ -13,6 +13,11 @@ django_facebook.egg-info/
*.pyc
*.pyo

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

# Appengine autogenerated crap
bulkloader-*

Expand All @@ -33,4 +38,4 @@ html
htmlcov

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

0 comments on commit 9b4f82a

Please sign in to comment.