From 92afa9c5b18de12d2ba3b7420c109b09445a163f Mon Sep 17 00:00:00 2001 From: Bin Sun Date: Fri, 23 Mar 2018 09:59:59 +0800 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6