summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:43:26 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:43:26 +0000
commit81f5815d0c42b7065eb8e5aeef8e115e7398128f (patch)
tree5e5db66372b08ad430bc8d225eb25ce2630f68b3
parent56ef5803a7def4f0d08ce8863e317b250c9c0ce4 (diff)
downloadxorg-lib-libXmu-81f5815d0c42b7065eb8e5aeef8e115e7398128f.tar.gz
Add .cvsignore files
-rw-r--r--.cvsignore20
-rw-r--r--ChangeLog7
-rw-r--r--include/.cvsignore2
-rw-r--r--src/.cvsignore7
4 files changed, 36 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..ae7fdfa
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,20 @@
+aclocal.m4
+autom4te.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+Makefile
+Makefile.in
+missing
+mkinstalldirs
+stamp-h1
+xmu.pc
+xmuu.pc
diff --git a/ChangeLog b/ChangeLog
index 77f2c2a..ccceb51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-08 Keith Packard <keithp@keithp.com>
+
+ * .cvsignore:
+ * include/.cvsignore:
+ * src/.cvsignore:
+ Add .cvsignore files
+
2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
diff --git a/include/.cvsignore b/include/.cvsignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/include/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..b47b240
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,7 @@
+.deps
+.libs
+libXmu.la
+libXmuu.la
+*.lo
+Makefile
+Makefile.in