summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Sun <bins@vmware.com>2018-03-23 10:05:37 +0800
committerBin Sun <bins@vmware.com>2018-03-23 10:06:47 +0800
commitbd5b7879cfdd1df14d6ba194ecd915629db6d34c (patch)
treeb594167cea6dbd6924f400203ea25f7c753b9607
parent3fa3fea8b3b1165ab5a9c72f04293f974db5877d (diff)
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 <bins@vmware.com>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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