diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-11-21 10:49:14 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-11-21 10:49:14 +0000 |
commit | 159bea027893ce5996a452a6f493372792e95122 (patch) | |
tree | 8d3dce8cbaaba16cd269ead9b9fd7c49b579b94c | |
parent | e62939e30e664592085ce394680fd8e7f3d31339 (diff) |
Add .cvsignores for drivers.
-rw-r--r-- | .cvsignore | 20 | ||||
-rw-r--r-- | man/.cvsignore | 2 | ||||
-rw-r--r-- | src/.cvsignore | 6 | ||||
-rw-r--r-- | src/xvmc/.cvsignore | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 00000000..c7bcbee1 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,20 @@ +Makefile +Makefile.in +*.la +*.lo +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 +missing +stamp-h1 diff --git a/man/.cvsignore b/man/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/man/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 00000000..9730646f --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +*.la +*.lo diff --git a/src/xvmc/.cvsignore b/src/xvmc/.cvsignore new file mode 100644 index 00000000..9730646f --- /dev/null +++ b/src/xvmc/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +*.la +*.lo |