2afa3681cb
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
22 lines
184 B
Plaintext
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
|