develooper Front page | perl.perl5.porters | Postings from June 2008

[PATCH 01/10] Put every pattern in .gitignore files on a single line.

Thread Previous | Thread Next
From:
Florian Ragwitz
Date:
June 25, 2008 01:10
Subject:
[PATCH 01/10] Put every pattern in .gitignore files on a single line.
Message ID:
1214356966-27710-1-git-send-email-rafl@debian.org
---
 .gitignore     |    3 ++-
 ext/.gitignore |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index d3c477e..40e7eb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,8 @@
 /x2p/makefile.old
 
 # general build products
-*.o *.a
+*.o
+*.a
 
 # ?
 ext.libs
diff --git a/ext/.gitignore b/ext/.gitignore
index 7c7b8db..616f315 100644
--- a/ext/.gitignore
+++ b/ext/.gitignore
@@ -1,5 +1,6 @@
 # ignore generated .c files, and other module build traces
-*.c *.bs
+*.c
+*.bs
 blib
 pm_to_blib
 Makefile
-- 
1.5.5.4


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About