diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-11-20 22:08:50 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-11-20 22:08:50 +0000 |
commit | 3cf0d5d098a049e1113dad20699b07d1a91fd9ca (patch) | |
tree | 64275ade0c2a4c79a43ed231e572844a90c5e719 | |
parent | d99f0e0b2577cbdfea2a51d8ca20aff080539b60 (diff) |
Add/improve .cvsignore files for apps.
-rw-r--r-- | .cvsignore | 15 | ||||
-rw-r--r-- | man/.cvsignore | 2 | ||||
-rw-r--r-- | src/.cvsignore | 8 |
3 files changed, 25 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..249a78c --- /dev/null +++ b/.cvsignore @@ -0,0 +1,15 @@ +.deps +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.h +config.h.in +config.log +config.status +configure +depcomp +install-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..60ba2e8 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,8 @@ +.deps +Makefile +Makefile.in +deftwmrc.c +gram.c +gram.h +lex.c +twm |