From: Paul Fenwick Date: Sat, 20 Dec 2008 13:46:34 +0000 (+0900) Subject: Really ignore .patch files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9040dfd2ecb1af73aed6d274a802c37856d7c74;p=p5sagit%2Fp5-mst-13.2.git Really ignore .patch files G'day p5p, Having now created a few .patch files, it appears the current .gitignore in blead is reporting them as untracked, rather than simply ignoring them. The attached patch adjusts the .gitignore file to really ignore .patch files. Many thanks to Abigail for super-fast application of my other patches. Cheerio, Paul -- Paul Fenwick | http://perltraining.com.au/ Director of Training | Ph: +61 3 9354 6001 Perl Training Australia | Fax: +61 3 9354 2681 >From 737cfd8db12834b82663d115db1407122ec8de7c Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Sun, 21 Dec 2008 00:43:52 +1100 Subject: [PATCH] .patch files are really ignored now. Signed-off-by: Abigail --- diff --git a/.gitignore b/.gitignore index b4a3cb8..594b4de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.patch +*.patch .config # files produced by './configure.gnu' on a Linux machine