summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Fenwick <pjf@perltraining.com.au>2008-12-20 22:46:34 +0900
committerAbigail <abigail@abigail.be>2008-12-20 14:57:54 +0100
commite9040dfd2ecb1af73aed6d274a802c37856d7c74 (patch)
tree561f95187060e51d99ea75cc17c8c968afa0bcf7 /.gitignore
parentf544576134b1f8a35c2da1d2d0c0f0cb37e651ad (diff)
downloadperl-e9040dfd2ecb1af73aed6d274a802c37856d7c74.tar.gz
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 <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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b4a3cb8520..594b4debc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-.patch
+*.patch
.config
# files produced by './configure.gnu' on a Linux machine