confuse-devel
[Top][All Lists]
Advanced

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

[Confuse-devel] [PATCH 1/5] build: remove duplicated entries in .gitigno


From: Carlo Marcelo Arenas Belon
Subject: [Confuse-devel] [PATCH 1/5] build: remove duplicated entries in .gitignore
Date: Sun, 4 Jul 2010 06:29:39 -0700

gitignore from the parent dir applies recursively and so to avoid
complexity keep only the more relevant one.

Signed-off-by: Carlo Marcelo Arenas Belon <address@hidden>
---
 .gitignore          |    1 -
 doc/.gitignore      |    3 ---
 examples/.gitignore |    3 ---
 m4/.gitignore       |    2 --
 po/.gitignore       |    2 --
 src/.gitignore      |    2 --
 tests/.gitignore    |    3 ---
 7 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7cf816f..bd01cda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,6 @@ config.log
 config.status
 configure
 confuse-config
-Doxyfile
 libconfuse.pc
 libconfuse.spec
 libtool
diff --git a/doc/.gitignore b/doc/.gitignore
index d183a98..fd28446 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,4 +1,3 @@
-.gdb_history
 conf.d
 html
 listing1.xml
@@ -9,8 +8,6 @@ listing5.xml
 listing6.xml
 listing7.xml
 listing8.xml
-Makefile
-Makefile.in
 man
 tutorial
 tutorial-html
diff --git a/examples/.gitignore b/examples/.gitignore
index 65982c2..f9d9b50 100644
--- a/examples/.gitignore
+++ b/examples/.gitignore
@@ -1,9 +1,6 @@
 .deps
-.gdb_history
 .libs
 cfgtest
-Makefile
-Makefile.in
 reread
 simple
 simple.conf.out
diff --git a/m4/.gitignore b/m4/.gitignore
index 29de8b7..6e6c301 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -1,5 +1,3 @@
-Makefile
-Makefile.in
 codeset.m4
 gettext.m4
 glibc2.m4
diff --git a/po/.gitignore b/po/.gitignore
index d892ef0..51fb607 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,5 +1,3 @@
-Makefile
-Makefile.in
 Makevars.template
 POTFILES
 stamp-po
diff --git a/src/.gitignore b/src/.gitignore
index ad3146d..9c792fa 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -4,6 +4,4 @@
 lexer.c
 *lexer*.lo
 *libconfuse*.la
-Makefile
-Makefile.in
 *.o
diff --git a/tests/.gitignore b/tests/.gitignore
index ca96b66..6646b36 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,9 +1,6 @@
 .deps
-.gdb_history
 .libs
 check_confuse
-Makefile
-Makefile.in
 malloc.log
 list_plus_syntax
 section_title_dupes
-- 
1.7.1.1




reply via email to

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