summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2011-05-05 10:16:38 +0000
committerdevzero2000 <devzero2000>2011-05-05 10:16:38 +0000
commit30e86359f61b13b6ca0a30109686a76531a6e320 (patch)
tree522813b57445bcf88055b3703d2a9ca1e38a440b
parenta39939b0d40a286a283ee7b937447bdf7a6652f5 (diff)
downloadlibpopt-30e86359f61b13b6ca0a30109686a76531a6e320.tar.gz
add configmake.h to .gitignore
-rw-r--r--.gitignore1
-rw-r--r--CHANGES1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index af0f3fb..6057d3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,7 @@ config.log
config.rpath
config.status
config.sub
+configmake.h
configure
depcomp
.depend
diff --git a/CHANGES b/CHANGES
index 9f9b00f..1077310 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
1.17 -> 2.0:
+ - devzero2000: add configmake.h to .gitignore
- devzero2000: document the /etc/popt.d use in popt(3)
- jbj: fix: plug another memory leak related to contiguous argv malloc.
- jbj: fix: plug a memory leak related to contiguous argv malloc.