From 5e8594c409d8f7e1bb476c36b5858567fe570d58 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Tue, 27 Apr 2010 22:07:26 +0000 Subject: [PATCH] Ignoring generated-thumbnails directories in CVS. Ignoring generated-thumbnails directories when building a source release. --- .cvsignore | 1 + Makefile | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 23582beba..25274f2a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ tuxpaint trans tp-magic-config +starters/.thumbs diff --git a/Makefile b/Makefile index 96075007e..e8435b9bd 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Tux Paint - A simple drawing program for children. -# Copyright (c) 2002-2009 by Bill Kendrick and others +# Copyright (c) 2002-2010 by Bill Kendrick and others # bill@newbreedsoftware.com # http://www.tuxpaint.org/ -# June 14, 2002 - February 24, 2010 +# June 14, 2002 - April 27, 2010 # The version number, for release: @@ -278,7 +278,7 @@ build/tuxpaint-$(VER_VERSION): @echo @mkdir -p build/tuxpaint-$(VER_VERSION) @find . -follow \ - \( -wholename '*/CVS' -o -name .cvsignore -o -name 'dummy.o' -o -name 'build' -o -name '.#*' \) \ + \( -wholename '*/CVS' -o name .thumbs -o -name .cvsignore -o -name 'dummy.o' -o -name 'build' -o -name '.#*' \) \ -prune -o -type f -exec cp --parents -vdp \{\} build/tuxpaint-$(VER_VERSION)/ \; .PHONY: release