From: Peter Johnson Date: Thu, 27 Sep 2001 07:50:43 +0000 (-0000) Subject: Ignore all test executables as well as gmon and core files. X-Git-Tag: v0.1.0~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=200727aebb39faa0885784deb72b5a49754beabc;p=yasm Ignore all test executables as well as gmon and core files. svn path=/trunk/yasm/; revision=243 --- diff --git a/libyasm/tests/.cvsignore b/libyasm/tests/.cvsignore index d33cbba8..a5d4a409 100644 --- a/libyasm/tests/.cvsignore +++ b/libyasm/tests/.cvsignore @@ -1 +1,3 @@ -bytecode_test +*_test +*.gmon +*.core diff --git a/src/tests/.cvsignore b/src/tests/.cvsignore index d33cbba8..a5d4a409 100644 --- a/src/tests/.cvsignore +++ b/src/tests/.cvsignore @@ -1 +1,3 @@ -bytecode_test +*_test +*.gmon +*.core