-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlD+pg8ACgkQrlYvE4MpobPLqwCfQ4j7Kh5sYe/scBa9lCkpWBbK 0BYAoOoBal/jrxt+V/waZkaaTZKo8nk5 =lC5+ -----END PGP SIGNATURE-----
>From cdebfcc78e2f538b267850db780d2576b48aa293 Mon Sep 17 00:00:00 2001 From: Eric Paris <eparis@xxxxxxxxxx> Date: Tue, 4 Dec 2012 14:39:38 -0500 Subject: [PATCH 30/84] global: gitignore: ignore vim swap files Ignore all swap files created by vim. Those shouldn't be in the repo. Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eae7117..3c62366 100644 --- a/.gitignore +++ b/.gitignore @@ -20,5 +20,6 @@ *.pyc cscope.* .#* +.*.swp # Failsafes !.gitignore -- 1.8.1