summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKun Huang <academicgareth@gmail.com>2013-06-20 17:56:07 +0800
committerKun Huang <academicgareth@gmail.com>2013-06-20 17:56:07 +0800
commit1685b4466a7664530212eceff95655af48ebd628 (patch)
tree319618c124f1a0fb106ce4fcb9171853904f2714
parenta4e6cefa80b9ff0d721bae0af266d64f16366eb5 (diff)
downloadswift-bench-1685b4466a7664530212eceff95655af48ebd628.tar.gz
update .gitignore
Ignore build/ directory, which is auto-created when running `python setup.py bdist` like dist/ directory. Change-Id: Ie58936320d995e4e81f8929128475e538665bde8
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 714a14c..a41fb9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.sw?
doc/build/*
dist
+build
ChangeLog
.coverage
swift.egg-info