[alsa-devel] [PATCH] Add *.swp to .gitignore.
These are vim swap files.
Signed-off-by: Tanu Kaskinen tanu.kaskinen@digia.com --- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index 64d0bc6..7f1827e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ ltconfig *.pc *.o *~ +*.swp include/config.h include/stamp-h1 include/stamp-vh
At Fri, 10 Aug 2012 13:24:44 +0300, Tanu Kaskinen wrote:
These are vim swap files.
Signed-off-by: Tanu Kaskinen tanu.kaskinen@digia.com
IMO it's better to ignore ".*" files in general. This will match not only with vim's swap file but also other temporary files for libtool, etc. I'll fix in git tree.
thanks,
Takashi
.gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index 64d0bc6..7f1827e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ ltconfig *.pc *.o *~ +*.swp include/config.h include/stamp-h1 include/stamp-vh -- 1.7.9.5
participants (2)
-
Takashi Iwai
-
Tanu Kaskinen