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>
This commit is contained in:
Al Bailey 2019-10-15 14:54:05 -05:00
parent fb8dc46a59
commit eb5f49ce7a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
*.sqlite
.*.swp
.coverage
.eggs
.installed.cfg
.testrepository
.tox