Add *.egg to .gitignore
Change-Id: I398d07cf2c1e07554566711b4904ccbb46df2bcb
This commit is contained in:
parent
a59797ff24
commit
080012a3ca
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
*.swp
|
*.swp
|
||||||
*.pyc
|
*.pyc
|
||||||
.tox
|
.tox
|
||||||
|
*.egg
|
||||||
*.egg-info
|
*.egg-info
|
||||||
dist
|
dist
|
||||||
*.qcow2
|
*.qcow2
|
||||||
@ -10,4 +11,4 @@ dist
|
|||||||
build
|
build
|
||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
ChangeLog
|
||||||
bin/diskimage_builder
|
bin/diskimage_builder
|
||||||
|
Loading…
Reference in New Issue
Block a user