Updating .gitignore to exclude egg-info

When running tox for sysinv, egg-info is created in this repo.
This causes the repo status and git status commands to show
unmanaged files.

By adding .egg-info to the .gitignore, those un-managed
files are ignored.

Change-Id: I7a993ae62c1ea5310d71519e5b95c8ff1200526b
Story: 2004515
Task: 37142
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-10-15 13:42:18 -05:00
parent 79ce8b0d7b
commit 712066e0c7
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.tox
*.egg-info