Update the git ingore

Update the git ingore file for *.swp and egg files

Change-Id: I534d208dd1fd7bff472ec9bdff066edf15ee660e
This commit is contained in:
zhu.rong 2015-08-31 21:53:45 +08:00
parent 70745c8e10
commit 66af77016c
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -11,6 +11,10 @@ dist/
.tox
AUTHORS
ChangeLog
eggs/
.eggs/
develop-eggs/
*.egg
#Python
*.pyc
@ -30,3 +34,6 @@ doc/source/api
.coverage
*,cover
cover
#swap file
*.swp