From 70f069b0c8cd5c73642296a92e119c1e856d93b3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 9 Mar 2004 19:42:02 +0000 Subject: [PATCH] Added/update .cvsignore --- examples/gils/.cvsignore | 1 + examples/gils/Makefile.am | 8 +++++--- test/charmap/.cvsignore | 10 ++++++++++ test/rusmarc/.cvsignore | 2 ++ test/usmarc/lock/.cvsignore | 7 +++++++ test/xelm/lock/.cvsignore | 7 +++++++ 6 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 test/charmap/.cvsignore create mode 100644 test/usmarc/lock/.cvsignore create mode 100644 test/xelm/lock/.cvsignore diff --git a/examples/gils/.cvsignore b/examples/gils/.cvsignore index c37d634..3092046 100644 --- a/examples/gils/.cvsignore +++ b/examples/gils/.cvsignore @@ -1,5 +1,6 @@ *.mf *.LCK *.in +log zebrasrv.pid Makefile diff --git a/examples/gils/Makefile.am b/examples/gils/Makefile.am index 780b782..90c396b 100644 --- a/examples/gils/Makefile.am +++ b/examples/gils/Makefile.am @@ -1,8 +1,10 @@ -dist-hook: - -mkdir $(distdir)/records - cp $(srcdir)/records/*.grs $(distdir)/records +# $Id: Makefile.am,v 1.3 2004-03-09 19:42:02 adam Exp $ EXTRA_DIST = zebra.cfg clean: rm -f *.mf *..LCK zebrasrv.pid + +dist-hook: + -mkdir $(distdir)/records + cp $(srcdir)/records/*.grs $(distdir)/records diff --git a/test/charmap/.cvsignore b/test/charmap/.cvsignore new file mode 100644 index 0000000..e7802a3 --- /dev/null +++ b/test/charmap/.cvsignore @@ -0,0 +1,10 @@ +Makefile +Makefile.in +*.mf +*.log +log +*.LCK +shadow +reg +socket +zebrasrv.pid diff --git a/test/rusmarc/.cvsignore b/test/rusmarc/.cvsignore index 89df784..1327a1d 100644 --- a/test/rusmarc/.cvsignore +++ b/test/rusmarc/.cvsignore @@ -4,3 +4,5 @@ lock register tmp zebrasrv.pid +socket +*.log diff --git a/test/usmarc/lock/.cvsignore b/test/usmarc/lock/.cvsignore new file mode 100644 index 0000000..1916379 --- /dev/null +++ b/test/usmarc/lock/.cvsignore @@ -0,0 +1,7 @@ +Makefile +Makefile.in +*.mf +*.LCK +lock +tmp +zebrasrv.pid diff --git a/test/xelm/lock/.cvsignore b/test/xelm/lock/.cvsignore new file mode 100644 index 0000000..c70b078 --- /dev/null +++ b/test/xelm/lock/.cvsignore @@ -0,0 +1,7 @@ +Makefile +Makefile.in +*.mf +*.log +log +*.pid +*.LCK -- 1.7.10.4