swift/.gitignore
Alistair Coles 2afa3681cb Add .eggs/* to .gitignore
After running:

  python setup.py build_sphinx

there is a .eggs directory left in the repo root directory
which is not currently ignored by git.

Change-Id: Id15811f94046fd8bb22153425bf5cafe6c045453
2016-03-22 11:53:49 +00:00

22 lines
184 B
Plaintext

*.py[co]
*.sw?
*~
doc/build/*
dist
build
cover
ChangeLog
.coverage
*.egg
*.egg-info
.eggs/*
.DS_Store
.tox
pycscope.*
.idea
MANIFEST
.testrepository/*
subunit.log
test/probe/.noseids