From 66af77016c85980be4f7fc6158d0d4a11fae9aab Mon Sep 17 00:00:00 2001 From: "zhu.rong" Date: Mon, 31 Aug 2015 21:53:45 +0800 Subject: [PATCH] Update the git ingore Update the git ingore file for *.swp and egg files Change-Id: I534d208dd1fd7bff472ec9bdff066edf15ee660e --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 2933049f..be828194 100644 --- a/.gitignore +++ b/.gitignore @@ -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