Adding .egg-info to the .gitignore
This commit is contained in:
parent
903711404e
commit
34207982bc
|
@ -1,5 +1,6 @@
|
|||
__pycache__
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
vpi/*.o
|
||||
vpi/migensim.vpi
|
||||
examples/*.vcd
|
||||
|
|
Loading…
Reference in New Issue