From: Eric Anholt Date: Mon, 21 Nov 2005 10:49:23 +0000 (+0000) Subject: Add .cvsignores for drivers. X-Git-Tag: XORG-6_99_99_903~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=417099c602463ff364f70a938c4a2d2275d8a5b7;p=platform%2Fupstream%2Fxf86-video-vmware.git Add .cvsignores for drivers. --- 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