swift/.gitignore
Kun Huang 2a9da16de6 update .gitignore
Ignore build/ directory, which is auto-created when running `python
setup.py bdist` like dist/ directory.

Change-Id: Ie58936320d995e4e81f8929128475e538665bde8
2013-06-20 17:58:50 +08:00

13 lines
105 B
Plaintext

*.py[co]
*.sw?
doc/build/*
dist
build
ChangeLog
.coverage
swift.egg-info
.DS_Store
.tox
pycscope.*
.idea