findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH 4/4] git should ignore Emacs backup files


From: James Youngman
Subject: [Findutils-patches] [PATCH 4/4] git should ignore Emacs backup files
Date: Sat, 23 Jun 2007 16:19:24 +0100

Signed-off-by: James Youngman <address@hidden>
---
 .gitignore           |    1 +
 build-aux/.gitignore |    1 +
 find/.gitignore      |    1 +
 locate/.gitignore    |    1 +
 xargs/.gitignore     |    1 +
 5 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0b6c8ec..7bbac2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ install-sh
 link-warning.h
 gnulib-cvs
 tests
+*~
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 0db5fd4..1595798 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -9,3 +9,4 @@ texinfo.tex
 link-warning.h
 Makefile.in 
 mkinstalldirs
+ylwrap
diff --git a/find/.gitignore b/find/.gitignore
index 310cc39..f961651 100644
--- a/find/.gitignore
+++ b/find/.gitignore
@@ -3,3 +3,4 @@ Makefile
 Makefile.in
 find
 oldfind
+*~
diff --git a/locate/.gitignore b/locate/.gitignore
index e6f6492..28a0562 100644
--- a/locate/.gitignore
+++ b/locate/.gitignore
@@ -7,3 +7,4 @@ config.h.in
 frcode
 locate
 updatedb
+*~
diff --git a/xargs/.gitignore b/xargs/.gitignore
index 7b0f96e..7040107 100644
--- a/xargs/.gitignore
+++ b/xargs/.gitignore
@@ -2,3 +2,4 @@
 Makefile
 Makefile.in
 xargs
+*~
-- 
1.5.2.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]