diff options
-rw-r--r-- | .cvsignore | 18 | ||||
-rw-r--r-- | doc/.cvsignore | 3 | ||||
-rw-r--r-- | src/.cvsignore | 8 |
3 files changed, 29 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..0163fc4 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,18 @@ +COPYING +INSTALL +Makefile +Makefile.in +NEWS +aclocal.m4 +config.cache +config.h +config.h.in +config.log +config.status +configure +depcomp +install-sh +libtool +missing +mkinstalldirs +stamp-h1 diff --git a/doc/.cvsignore b/doc/.cvsignore new file mode 100644 index 0000000..71605d5 --- /dev/null +++ b/doc/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +report.sh diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..0d0ee5c --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,8 @@ +.deps +.libs +Makefile +Makefile.in +grammar.c +grammar.h +scanner.c +tinyproxy |