Ignore .eggs directory

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

Change-Id: I5f571c704ea7317fe41fa69325692e6be2d8b632
This commit is contained in:
Takashi Kajinami 2023-12-19 21:04:48 +09:00
parent 3c7f9b9b61
commit 43faba6438
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

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