[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] maint: ignore 'make dist pdf' droppings
From: |
Jim Meyering |
Subject: |
Re: [PATCH] maint: ignore 'make dist pdf' droppings |
Date: |
Fri, 26 Mar 2010 07:48:49 +0100 |
Eric Blake wrote:
> * .gitignore: Add more exemptions.
> ---
> diff --git a/.gitignore b/.gitignore
> index 435321a..2d64210 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -21,6 +21,10 @@
> /config.status
> /configure
> /configure.ac
> +/doc/grep.??
> +/doc/grep.???
Thanks.
However, ignoring all 2- and 3-byte suffixes might hide something
more than those build products/artifacts. So I've enumerated them:
/doc/grep.aux
/doc/grep.cp
/doc/grep.cps
/doc/grep.fn
/doc/grep.ky
/doc/grep.log
/doc/grep.op
/doc/grep.pdf
/doc/grep.pg
/doc/grep.toc
/doc/grep.tp
/doc/grep.vr
> +/grep*.gz
> +/grep*.xz
Similarly here, though the glob is inevitable, let's make it tighter.
And also match those .sig files that were created when I ran gnupload:
/grep-*.tar.[gx]z
/grep-*.tar.[gx]z.sig
I pushed this instead:
>From 188f1aa43e6b2db919ff7591ee6a51d6daa178f8 Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Fri, 26 Mar 2010 07:42:27 +0100
Subject: [PATCH] maint: ignore 'make dist pdf' droppings
* .gitignore: Add more exemptions.
---
.gitignore | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 435321a..f7ba8f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,7 +21,21 @@
/config.status
/configure
/configure.ac
+/doc/grep.aux
+/doc/grep.cp
+/doc/grep.cps
+/doc/grep.fn
+/doc/grep.ky
+/doc/grep.log
+/doc/grep.op
+/doc/grep.pdf
+/doc/grep.pg
+/doc/grep.toc
+/doc/grep.tp
+/doc/grep.vr
/gnulib-tests/*
+/grep-*.tar.[gx]z
+/grep-*.tar.[gx]z.sig
/lib/*
/lib/charset.alias
/lib/configmake.h
--
1.7.0.3.448.g82eeb