diff options
author | Bin Sun <bins@vmware.com> | 2018-03-23 10:05:37 +0800 |
---|---|---|
committer | Bin Sun <bins@vmware.com> | 2018-03-23 10:06:47 +0800 |
commit | bd5b7879cfdd1df14d6ba194ecd915629db6d34c (patch) | |
tree | b594167cea6dbd6924f400203ea25f7c753b9607 | |
parent | 3fa3fea8b3b1165ab5a9c72f04293f974db5877d (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ target/ logs/*.log *.pyc +*.swp # Test related files vio/.coverage |