Add the setup.py-produced "build" folder to .gitignore

This commit is contained in:
Stephan Sokolow 2014-05-22 00:48:59 -04:00
parent 5b1e6348e5
commit a8ff446229
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.py[cod] *.py[cod]
.DS_Store .DS_Store
build