update .gitignore

Ignore build/ directory, which is auto-created when running `python
setup.py bdist` like dist/ directory.

Change-Id: Ie58936320d995e4e81f8929128475e538665bde8
This commit is contained in:
Kun Huang 2013-06-20 17:56:07 +08:00
parent 7757144da5
commit 2a9da16de6
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.sw?
doc/build/*
dist
build
ChangeLog
.coverage
swift.egg-info