summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:55:15 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:55:15 +0000
commit32a12b87526bdeeeadc6859cc2c440d74846d935 (patch)
treeb19e3c976aeb0cc2bdd346569cf85df114460443
parent05fd6003cbd18c04268a3ee8974a81fdcf1f7a74 (diff)
Add .cvsignore files
-rw-r--r--.cvsignore21
-rw-r--r--ChangeLog7
-rw-r--r--src/.cvsignore7
3 files changed, 35 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..8d81710
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,21 @@
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+Makefile
+Makefile.in
+MakeOut
+missing
+mkinstalldirs
+stamp-h1
+xvmc.pc
diff --git a/ChangeLog b/ChangeLog
index f21b648..4cdb977 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-07-08 Keith Packard <keithp@keithp.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * .cvsignore:
+ * src/.cvsignore:
+
2005-06-21 Alexander Gottwald <ago at freedesktop dot org>
* configure.ac
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..34c9a0a
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,7 @@
+.deps
+.libs
+libXvMC.la
+libXvMCW.la
+*.lo
+Makefile
+Makefile.in