Skip to content

Commit 2c1900f

Browse files
committed
Adds egg-info directories to gitignore
When `make develop` is run egg-info directories are created. We shouldn't add them to version control, so this commit adds the proper entry to gitignore file. Signed-off-by: Caio Carrara <[email protected]>
1 parent a286b54 commit 2c1900f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ build
1515
sysinfo-*
1616
MANIFEST
1717
dist
18+
*.egg-info*

0 commit comments

Comments
 (0)