Skip to content

Commit b8c68d3

Browse files
authored
Updates the .gitignore to ignore all *.egg-info (#166)
1 parent 4cd316f commit b8c68d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ apis/python/parts/
5757
apis/python/sdist/
5858
apis/python/var/
5959
apis/python/wheels/
60-
apis/python/*.egg-info/
61-
apis/python/src/*.egg-info
60+
apis/python/**/*.egg-info/
6261
apis/python/.installed.cfg
6362
apis/python/*.egg
6463
apis/python/MANIFEST

0 commit comments

Comments
 (0)