Ignore .eggs directory

Recent pbr creates the ".eggs" directory, which should not be managed
by git.

Change-Id: I00fa4f871d0cada83104f55b31f0e0b1640db474
This commit is contained in:
Takashi Kajinami 2023-12-19 21:07:30 +09:00
parent ed5d978907
commit 0689769ba8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
.eggs/
# PyInstaller
# Usually these files are written by a python script from a template