eb5f49ce7a
Running the tox commands in metal/inventory cause the fmclient .eggs folder to be created by setuptools. By adding .eggs to the .gitignore the repo status and git status commands will not show those unmanaged files. Change-Id: I6ab28fc9b92d58f4a77e1d2aaade2653f5d508c9 Story: 2004515 Task: 37145 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
34 lines
309 B
Plaintext
34 lines
309 B
Plaintext
*.a
|
|
*.egg
|
|
*.egg-info
|
|
*.o
|
|
*.py[co]
|
|
*.pyc
|
|
*.so
|
|
*.sqlite
|
|
.*.swp
|
|
.coverage
|
|
.eggs
|
|
.installed.cfg
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
AUTHORS
|
|
ChangeLog
|
|
_build
|
|
build
|
|
cover
|
|
develop-eggs
|
|
dist
|
|
eggs
|
|
sdist
|
|
|
|
# Sphinx documentation
|
|
doc/build
|
|
|
|
# Release Notes documentation
|
|
releasenotes/build
|
|
|
|
# Api Ref documentation
|
|
api-ref/build/
|