add *.egg-info to ignore file
This commit is contained in:
parent
8904660822
commit
08f9abbf3c
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
*.pyc
|
||||
build/
|
||||
dist/
|
||||
.idea/
|
||||
.idea/
|
||||
*.egg-info/
|
||||
|
|
Loading…
Add table
Reference in a new issue