diff options
-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 |