The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [TRIVIAL] RCS_*_IGNORE quilt backup files
@ 2004-04-15  6:09 David Gibson
  0 siblings, 0 replies; only message in thread
From: David Gibson @ 2004-04-15  6:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, trivial

Linus, please apply.  This patch excludes the .pc directory from the
same things that SCCS/BitKeeper/.svn/CVS files are excluded from.  The
.pc directory is used for backup/reference files by quilt, a patch
mangling system conceptually derived from akpm's patch scripts.

Excluding the .pc directory is handy, because otherwise old versions
of files found in there tend to end up at the front of the TAGS index.

Index: working-2.6/Makefile
===================================================================
--- working-2.6.orig/Makefile	2004-04-14 12:22:48.000000000 +1000
+++ working-2.6/Makefile	2004-04-15 13:59:02.419865672 +1000
@@ -334,8 +334,8 @@
 
 # Files to ignore in find ... statements
 
-RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \) -prune -o
-RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS
+RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc \) -prune -o
+RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc
 
 # ===========================================================================
 # Rules shared between *config targets and build targets


-- 
David Gibson			| For every complex problem there is a
david AT gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.
http://www.ozlabs.org/people/dgibson

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-15  6:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-15  6:09 [TRIVIAL] RCS_*_IGNORE quilt backup files David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox