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
This commit is contained in:
parent
7cc2c783a4
commit
2afa3681cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@ ChangeLog
|
||||
.coverage
|
||||
*.egg
|
||||
*.egg-info
|
||||
.eggs/*
|
||||
.DS_Store
|
||||
.tox
|
||||
pycscope.*
|
||||
|
Loading…
Reference in New Issue
Block a user