From 8f9e94ab8a2f9c59c46478a5a4faa3d02bb58358 Mon Sep 17 00:00:00 2001 Message-Id: <8f9e94ab8a2f9c59c46478a5a4faa3d02bb58358.1714961056.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 8 Dec 2008 12:09:43 +0000 Subject: [PATCH] infra: Ignore log files. Organization: Straylight/Edgeware From: Mark Wooding Debhelper seems to have started leaving these log files behind, which may be useful but they certainly have no business upsetting Git. --- debian/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/.gitignore b/debian/.gitignore index 9f9f3eff..97c07248 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -6,6 +6,7 @@ substvars *.debhelper stamp-* compat +*.log ## Individual packages pkstream -- [mdw]