From: Julien Grall Date: Thu, 9 May 2013 16:17:03 +0000 (+0100) Subject: .gitignore: Add vim swap files X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6867 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c06c4fd1721571fcd1118f4f224971ed1a65869b;p=xen.git .gitignore: Add vim swap files Signed-off-by: Julien Grall Reviewed-by: Andrew Cooper Acked-by: Ian Campbell [ ijc -- corrected .hgignore regex syntax ] --- diff --git a/.gitignore b/.gitignore index 6753368301..960c29e4ea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.orig *.rej *~ +*.swp *.o *.d *.opic diff --git a/.hgignore b/.hgignore index 6b432f7c25..f3877a9f78 100644 --- a/.hgignore +++ b/.hgignore @@ -11,6 +11,7 @@ .*\.tar\.bz2$ .*\.tar\.gz$ .*~$ +.*\.swp$ .*\.tmp$ .*\.flc$ .*\.orig$