bug-libunistring
[Top][All Lists]
Advanced

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

[bug-libunistring] patch: more bliss (augmented .gitignore files)


From: Thien-Thi Nguyen
Subject: [bug-libunistring] patch: more bliss (augmented .gitignore files)
Date: Sat, 02 May 2009 17:55:27 +0200

I don't think this warrants a ChangeLog entry, since there are no mentions
of any .gitignore changes presently, but here is a candidate, anyway:

2009-05-02  Thien-Thi Nguyen  <address@hidden>  (tiny change)

        * .gitignore: Add some entries.
        * lib/.gitignore: Likewise.
        * tests/.gitignore: Likewise.

Perhaps "tiny" can be interpreted "conceptually" rather than "textually".

thi

______________________________________
-*- mode: compilation; default-directory: "~/build/GNU/libunistring/" -*-
Compilation started at Sat May  2 17:49:17

git diff --stat -p master more-bliss
 .gitignore       |   20 +++++++++++++++++---
 lib/.gitignore   |   19 ++++++++++++++++++-
 tests/.gitignore |    5 +++--
 3 files changed, 38 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index f53fae5..6062d94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,9 +5,23 @@
 .#*
 \#*#
 
+# # Patterns for all subdirectories: Files generated by the autotools.
+*.a
+*.la
+*.lo
+*.o
+.dirstamp
+.libs
+Makefile
+
 # Files generate by the autotools:
+/Makefile.in
 /aclocal.m4
-/configure
+/autom4te.cache
+/config.h
 /config.h.in
-/Makefile.in
-
+/config.log
+/config.status
+/configure
+/libtool
+/stamp-h1
diff --git a/lib/.gitignore b/lib/.gitignore
index e45ef3e..bbcd28e 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -106,5 +106,22 @@
 /Makefile.in
 
 # Files generated by "make".
+/alloca.h
+/charset.alias
+/config.h
+/configmake.h
+/exported.sh
 /libunistring.sym
-
+/math.h
+/ref-add.sed
+/ref-del.sed
+/stdint.h
+/stdlib.h
+/string.h
+/unistd.h
+/unistring/iconveh.h
+/unistring/localcharset.h
+/unistring/stdbool.h
+/unistring/stdint.h
+/unistring/version.h
+/unistring/woe32dll.h
diff --git a/tests/.gitignore b/tests/.gitignore
index b02ed86..1e52870 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -60,6 +60,7 @@
 /xalloc.h
 /xmalloc.c
 
-# Files generate by the autotools:
+# Files/directories generated by the autotools:
 /Makefile.in
-
+test-*
+.deps

Compilation finished at Sat May  2 17:49:17




reply via email to

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