summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-11-21 10:49:07 +0000
committerEric Anholt <anholt@freebsd.org>2005-11-21 10:49:07 +0000
commite7b45fa9afd020e4dd7f9900a2f5c5b5a578bcd5 (patch)
tree2241ff309c74ce0088cf39295965f3158dec2a48
parentaf44e4a3778e8fea995792c17db760b4c2f83f2d (diff)
-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..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