Ignore .eggs directory

... which is created by recent pbr.

Change-Id: I4994ffb3bf801bf9c10a95bee747b13d7b96c799
This commit is contained in:
Takashi Kajinami 2023-12-22 21:40:56 +09:00
parent ef898ba118
commit 56cbfdb1ec
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.py[co]
*.egg
*.egg-info
.eggs/*
build
!.coveragerc
!.gitignore