From 88949593187a6fda07d1de29abf3545910670887 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 4 Apr 2009 20:24:29 +0000
Subject: [PATCH] Let the clean target play nice with git.

---
 GNUmakefile.in | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index c6fdbad9..0cd51d97 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.179 2009/02/22 14:48:31 hal9 Exp $
+# $Id: GNUmakefile.in,v 1.180 2009/02/28 08:28:14 fabiankeil Exp $
 #
 # Written by and Copyright (C) 2001 - 2008 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -965,7 +965,8 @@ $(PROGRAM): $(OBJS) $(W32_FILES)
 	$(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)
 
 clean:
-	$(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) default.action `find . -name TAGS -o -name tags` config.base config.tmp
+	$(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) default.action \
+		`find . -name TAGS -o -name tags | $(GREP) -v .git` config.base config.tmp
 
 tidy:
 	$(RM) `find . -name "*~"`
@@ -1317,6 +1318,10 @@ coffee:
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.180  2009/02/28 08:28:14  fabiankeil
+# pcrs.o doesn't depend on pcre/pcre.h if we are linking
+# dynamically. Patch provided by drauh in #2056286.
+#
 # Revision 1.179  2009/02/22 14:48:31  hal9
 # Updates to the 'make webserver' target that recreates the home page and uploads
 # fresh documents to reflect new SF realities, and more explanation of process.
-- 
2.49.0