From: Bin Sun Date: Fri, 23 Mar 2018 01:59:59 +0000 (+0800) Subject: Ingore swp file in git X-Git-Tag: v1.1.2~55^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=commitdiff_plain;h=92afa9c5b18de12d2ba3b7420c109b09445a163f;hp=-c Ingore swp file in git So that dump file will not be checked by git. Change-Id: I978c145a8d98742a2e736119d4334d6be014416d Issue-ID: MULTICLOUD-173 Signed-off-by: Bin Sun --- 92afa9c5b18de12d2ba3b7420c109b09445a163f diff --git a/.gitignore b/.gitignore index 495cfc8..9787425 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ target/ logs/*.log *.pyc +*.swp # Test related files multivimbroker/.coverage