[kbd] [PATCH] ignore all files ending in ~
Mike Frysinger <[email protected]>
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Mike Frysinger <[email protected]> --- .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.6.1