From 0689769ba847f9222ce6b7c92e6bc3757e5d608a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 19 Dec 2023 21:07:30 +0900 Subject: [PATCH] Ignore .eggs directory Recent pbr creates the ".eggs" directory, which should not be managed by git. Change-Id: I00fa4f871d0cada83104f55b31f0e0b1640db474 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bea8fc6..36b8b85 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ var/ *.egg-info/ .installed.cfg *.egg +.eggs/ # PyInstaller # Usually these files are written by a python script from a template