diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-11-21 10:49:17 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-11-21 10:49:17 +0000 |
commit | 2eaf6d5609aec58d7101069afb612821fd1aac73 (patch) | |
tree | 7beee1aa02692b0ba78411d27c3259f7b2fd9115 | |
parent | 555d930e6f20e3ac4bb5be47470adad7f04483ad (diff) |
Add .cvsignores for drivers.
-rw-r--r-- | .cvsignore | 19 | ||||
-rw-r--r-- | man/.cvsignore | 2 | ||||
-rw-r--r-- | src/.cvsignore | 6 |
3 files changed, 27 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/man/.cvsignore b/man/.cvsignore new file mode 100644 index 0000000..282522d --- /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 0000000..9730646 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +*.la +*.lo |