* .cvsignore: New file.
authorEric Blake <ebb9@byu.net>
Fri, 13 Apr 2007 01:02:05 +0000 (01:02 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 13 Apr 2007 01:02:05 +0000 (01:02 +0000)
* .gitignore: Likewise.

.cvsignore [new file with mode: 0644]
.gitignore [new file with mode: 0644]
ChangeLog

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..4763721
--- /dev/null
@@ -0,0 +1,2 @@
+.msg
+testdir*
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..de6efd6
--- /dev/null
@@ -0,0 +1 @@
+testdir*
index 2232141..92edcc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-12  Eric Blake  <ebb9@byu.net>
+
+       * .cvsignore: New file.
+       * .gitignore: Likewise.
+
 2007-04-12  Bruno Haible  <bruno@clisp.org>
 
        * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,