[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
[PATCH 01/10] Put every pattern in .gitignore files on a single line.
---
.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
- Follow-Ups from:
-
Florian Ragwitz <rafl@debian.org>
- References to:
-
Sam Vilain <sam@vilain.net>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]