From bd5b7879cfdd1df14d6ba194ecd915629db6d34c Mon Sep 17 00:00:00 2001 From: Bin Sun Date: Fri, 23 Mar 2018 10:05:37 +0800 Subject: Ingore swp file in git So that dump file will not be checked by git. Change-Id: Ie9b7f617db75b9245674726c85b2e2f9a77d5200 Issue-ID: MULTICLOUD-173 Signed-off-by: Bin Sun --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bd4f0b0..a1fd7f9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ target/ logs/*.log *.pyc +*.swp # Test related files vio/.coverage -- cgit 1.2.3-korg