Ignore .eggs directory

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

Change-Id: Ifd4591ce7927297640fb5755a0048da1c5abd226
This commit is contained in:
Takashi Kajinami 2023-12-19 21:02:44 +09:00
parent 9eaef6a60b
commit a5c0f79548
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