More gitignore adjustments
Rafael Garcia-Suarez [Fri, 13 Feb 2009 14:47:39 +0000 (15:47 +0100)]
Ignore lib/Attribute, now that Attribute::Handlers is under ext/.

Ignore generated Makefile.PL files for Safe and Attribute-Handlers.
I preferred putting those in specific .gitignore files instead of
ignoring Makefile.PLs in the whole ext/ hierarchy, in order to
ensure a less confusing git behaviour for future generations.

ext/Attribute-Handlers/.gitignore [new file with mode: 0644]
ext/Safe/.gitignore [new file with mode: 0644]
lib/.gitignore

diff --git a/ext/Attribute-Handlers/.gitignore b/ext/Attribute-Handlers/.gitignore
new file mode 100644 (file)
index 0000000..1ddabaa
--- /dev/null
@@ -0,0 +1 @@
+Makefile.PL
diff --git a/ext/Safe/.gitignore b/ext/Safe/.gitignore
new file mode 100644 (file)
index 0000000..1ddabaa
--- /dev/null
@@ -0,0 +1 @@
+Makefile.PL
index 0fa004e..196fb70 100644 (file)
@@ -1,3 +1,4 @@
+/Attribute
 /B.pm
 /B
 /Compress