summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-11-20 23:17:39 +0000
committerEric Anholt <anholt@freebsd.org>2005-11-20 23:17:39 +0000
commitee7b5feaa2d5dca9170bcf26b9aadd936d4f6129 (patch)
treedf306636b988645e595a3550b37d2c47e44bab0e
parentf7dd4c4ce6d4782511c1955bb5d5a22e63d810a3 (diff)
Add/improve libs .cvsignores.
-rw-r--r--.cvsignore19
-rw-r--r--man/.cvsignore2
-rw-r--r--src/.cvsignore6
3 files changed, 27 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..7e2ca73
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,19 @@
+Makefile
+Makefile.in
+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
+windowswm.pc
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