diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 06:55:15 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 06:55:15 +0000 |
commit | 32a12b87526bdeeeadc6859cc2c440d74846d935 (patch) | |
tree | b19e3c976aeb0cc2bdd346569cf85df114460443 | |
parent | 05fd6003cbd18c04268a3ee8974a81fdcf1f7a74 (diff) |
Add .cvsignore files
-rw-r--r-- | .cvsignore | 21 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/.cvsignore | 7 |
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 @@ -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 |