[kbd] [PATCH] ignore all files ending in ~
Mike Frysinger
vapier at gentoo.org
Mon May 16 23:13:29 UTC 2011
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
.gitignore | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4bdf45f..a3044e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*~
*.o
*.1
*.8
@@ -6,7 +7,6 @@ Makefile.in
!po/Makefile.in
aclocal.m4
config.h
-config.h.in~
config.guess
config.status
config.sub
--
1.7.5.rc3
More information about the kbd
mailing list