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
.gitignore vendored
View File

@@ -2,6 +2,7 @@
*.sw?
doc/build/*
dist
build
ChangeLog
.coverage
swift.egg-info
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.