From 19a10245f037e2dd32288555f2de22f8d6858efa Mon Sep 17 00:00:00 2001 From: guido Date: Sat, 28 Jun 2003 23:10:02 +0000 Subject: [PATCH] again more .cvsignore maintenance svn path=/trunk/; revision=4988 --- reactos/hal/hal/.cvsignore | 6 +++--- reactos/hal/halx86/.cvsignore | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reactos/hal/hal/.cvsignore b/reactos/hal/hal/.cvsignore index a04f6d36793..b837c4fd09b 100644 --- a/reactos/hal/hal/.cvsignore +++ b/reactos/hal/hal/.cvsignore @@ -1,7 +1,7 @@ *.d -halx86up.coff -hal.dll -hal.nostrip.dll +*.coff +*.dll *.a *.o *.sym +*.map diff --git a/reactos/hal/halx86/.cvsignore b/reactos/hal/halx86/.cvsignore index ed49e465a77..6e8d92447c5 100644 --- a/reactos/hal/halx86/.cvsignore +++ b/reactos/hal/halx86/.cvsignore @@ -1,7 +1,7 @@ *.d -hal.dll -hal.nostrip.dll -halx86up.coff +*.dll +*.coff *.a *.o *.sym +*.map