bug-gettext
[Top][All Lists]
Advanced

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

[bug-gettext] [PATCH] gitignore: add Makefiles and object files


From: Stefano Lattarini
Subject: [bug-gettext] [PATCH] gitignore: add Makefiles and object files
Date: Fri, 21 Dec 2012 17:17:56 +0100

Signed-off-by: Stefano Lattarini <address@hidden>
Copyright-paperwork-exempt: yes
---

 A "git status" invoked in a fully bootstrapped and built gettext source
 directory was returning a lot of of spurious entries in the "Untracked
 files" list.  This trivial patch should fix that.

 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 884d91c..62a4c66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
+# Object files, libtool object files and configure-generated Makefiles.
+*.o
+*.lo
+Makefile
+
 # Patterns for all subdirectories: all kinds of automatic backup files.
 *.orig
 *.rej
-- 
1.8.0.1.409.g252f922




reply via email to

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