add 'build' to .gitignore

This commit is contained in:
Chen Liu 2014-01-25 17:57:29 -05:00
parent 81008c4562
commit ec4c91c20e

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.pyc *.pyc
*.egg-info *.egg-info
dist/* dist/*
build/*
.DS_Store .DS_Store
.watchr .watchr