From 7f3f08074f4b0058535c02c900e47e462a04668a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 28 Feb 2000 19:18:20 -0800 Subject: [PATCH] ignore more stuff Rev: NT/.cvsignore:1.5 --- NT/.cvsignore | 11 +++++++++++ NT/.gitignore | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/NT/.cvsignore b/NT/.cvsignore index db92950578..999e95dbcf 100644 --- a/NT/.cvsignore +++ b/NT/.cvsignore @@ -3,17 +3,26 @@ *.lk *.o Makefile +aclocal config.cache config.log config.status conftest.c +conftest.h +cygtools +hilfe lib machine.h +master.pike modules pike +pike.pdb +pike.tmp stamp-h test +test-install test.c +test.db test.mk test.mk1 test.tgt @@ -28,3 +37,5 @@ test3.tgt test4.c testsuite y.output +y.tab.c +y.tab.h diff --git a/NT/.gitignore b/NT/.gitignore index 64c3d142e3..6a3ff0d014 100644 --- a/NT/.gitignore +++ b/NT/.gitignore @@ -3,17 +3,26 @@ /*.lk /*.o /Makefile +/aclocal /config.cache /config.log /config.status /conftest.c +/conftest.h +/cygtools +/hilfe /lib /machine.h +/master.pike /modules /pike +/pike.pdb +/pike.tmp /stamp-h /test +/test-install /test.c +/test.db /test.mk /test.mk1 /test.tgt @@ -28,3 +37,5 @@ /test4.c /testsuite /y.output +/y.tab.c +/y.tab.h -- GitLab