]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
.gitignore: Add vim swap files
authorJulien Grall <julien.grall@linaro.org>
Thu, 9 May 2013 16:17:03 +0000 (17:17 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 10 May 2013 13:14:50 +0000 (14:14 +0100)
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- corrected .hgignore regex syntax ]

.gitignore
.hgignore

index 67533683010975d3370e6c4235fb0273d75f38fc..960c29e4eab8aa6d8d4c4ad95c5f130e67af6ec9 100644 (file)
@@ -2,6 +2,7 @@
 *.orig
 *.rej
 *~
+*.swp
 *.o
 *.d
 *.opic
index 6b432f7c252996d38260fa529d3e0cea1c4de6e3..f3877a9f781f41fe6d04ed80e06d3ffb4e0962da 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -11,6 +11,7 @@
 .*\.tar\.bz2$
 .*\.tar\.gz$
 .*~$
+.*\.swp$
 .*\.tmp$
 .*\.flc$
 .*\.orig$