From 270833733ce2dcfcedef1bd3ddaef3033366cf64 Mon Sep 17 00:00:00 2001 From: "zhu.rong" Date: Thu, 8 Oct 2015 20:06:35 +0800 Subject: [PATCH] Update the gitignore file to ignore .swp Update the gitignore file to ignore vim .swp file Change-Id: Idd1dabb36ce863a2a36e3fe4b91fe86a84b171c8 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5765100f..49421fc9 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ ChangeLog #Autogenerated sample config file etc/muranoagent/muranoagent.conf.sample /.testrepository/ + +#swap file +*.swp