Correct .gitignore to exclude *.egg* generated by pbr

This commit is contained in:
Yingxin 2016-09-20 05:43:58 +00:00
parent d56ac9facb
commit 9cea71a0b7
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
*.egg-info
*.egg*
build/
*.pyc
*.swp