Skip to content

Commit 2afa368

Browse files
author
Alistair Coles
committed
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
1 parent 7cc2c78 commit 2afa368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ChangeLog
99
.coverage
1010
*.egg
1111
*.egg-info
12+
.eggs/*
1213
.DS_Store
1314
.tox
1415
pycscope.*

0 commit comments

Comments
 (0)