diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-11-21 10:49:12 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-11-21 10:49:12 +0000 |
commit | e6887d858e8b837c29c7833ab4b55034b736c6d8 (patch) | |
tree | 8c0be5dbe16e9dc331b3b654b1aab4add2b6df8a | |
parent | ec562722d0ae21f82a0dcc1a4a3e45ed52592aed (diff) |
Add .cvsignores for drivers.
-rw-r--r-- | .cvsignore | 19 | ||||
-rw-r--r-- | src/.cvsignore | 6 |
2 files changed, 25 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..fb1befd --- /dev/null +++ b/.cvsignore @@ -0,0 +1,19 @@ +Makefile +Makefile.in +*.la +*.lo +aclocal.m4 +autom4te.cache +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/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..9730646 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +*.la +*.lo |