Ignore .eggs directory

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

Change-Id: I38996024e7b60e27212c21193cc3dfa3c506360f
This commit is contained in:
Takashi Kajinami 2023-12-19 21:05:28 +09:00
parent f3c941cc22
commit e80984b449

3
.gitignore vendored
View File

@ -4,8 +4,7 @@
*.so
# Packages
*.egg
*.egg-info
*.egg*
dist
build
eggs