Files
fault/.gitignore
T
Al Bailey eb5f49ce7a Updating .gitignore to exclude .eggs folder
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>
2019-10-15 14:56:37 -05:00

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/