summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBin Sun <bins@vmware.com>2018-03-23 09:59:59 +0800
committerBin Sun <bins@vmware.com>2018-03-23 10:15:28 +0800
commit92afa9c5b18de12d2ba3b7420c109b09445a163f (patch)
treef67d60f1b37128f28825941292243d94b5762a1c /.gitignore
parentaea44f31e4872b6e12914867e95b719e9a02dbf8 (diff)
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 <bins@vmware.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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