Really ignore .patch files
Paul Fenwick [Sat, 20 Dec 2008 13:46:34 +0000 (22:46 +0900)]
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 <pjf@perltraining.com.au> | 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 <pjf@perltraining.com.au>
Date: Sun, 21 Dec 2008 00:43:52 +1100
Subject: [PATCH] .patch files are really ignored now.

Signed-off-by: Abigail <abigail@abigail.be>

.gitignore

index b4a3cb8..594b4de 100644 (file)
@@ -1,4 +1,4 @@
-.patch
+*.patch
 .config
 
 # files produced by './configure.gnu' on a Linux machine