aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Walfield <[email protected]>2003-02-18 02:46:32 +0000
committerNeal Walfield <[email protected]>2003-02-18 02:46:32 +0000
commit2d91075c89b6e52bc660e2cb1d75b83b518d9fc8 (patch)
treeb42878ca22bc38f8811272723a1104582b8923ed
parent2003-02-17 Neal H. Walfield <[email protected]> (diff)
downloadlibassuan-2d91075c89b6e52bc660e2cb1d75b83b518d9fc8.tar.gz
libassuan-2d91075c89b6e52bc660e2cb1d75b83b518d9fc8.zip
2003-02-17 Neal H. Walfield <[email protected]>
* .cvsignore: New file.
-rw-r--r--src/.cvsignore1
-rw-r--r--src/ChangeLog4
2 files changed, 5 insertions, 0 deletions
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..70845e0
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1 @@
+Makefile.in
diff --git a/src/ChangeLog b/src/ChangeLog
index 0e65c29..cf6aa19 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2003-02-17 Neal H. Walfield <[email protected]>
+ * .cvsignore: New file.
+
+2003-02-17 Neal H. Walfield <[email protected]>
+
* Makefile.am (lib_LIBRARIES): Use this instead of . . .
(noinst_LIBRARIES): . . . this.
(include_HEADERS): New variable.