Fix up .gitignore files some more
Florian Ragwitz [Wed, 25 Jun 2008 01:22:41 +0000 (03:22 +0200)]
 * Ignore generated macros.all in .gitignore for Sys::Syslog.
 * Add .gitignore for generated files of GDBM_File.
 * Ignore DynaLoader.xs in .gitignore for DynaLoader.
 * Put every pattern in .gitignore files on a single line.
 * Add some generated .xs files .gitignore of Encode.
 * Ignore RealPPPort.xs in .gitignore for Devel::PPPort.
 * Ignore ODBM_File.pm in .gitignore for lib/.
 * Add .gitignore for generated files of XS::APItest.
 * Add .gitignore for Compress::Raw::Zlib.
 * Ignore GDBM_File.pm in .gitignore for lib/.

.gitignore
ext/.gitignore
ext/Compress/Raw/Zlib/.gitignore [new file with mode: 0644]
ext/Devel/PPPort/.gitignore
ext/DynaLoader/.gitignore
ext/Encode/.gitignore
ext/GDBM_File/.gitignore [new file with mode: 0644]
ext/Sys/Syslog/.gitignore
ext/XS/APItest/.gitignore [new file with mode: 0644]
lib/.gitignore

index d3c477e..40e7eb2 100644 (file)
@@ -22,7 +22,8 @@
 /x2p/makefile.old
 
 # general build products
-*.o *.a
+*.o
+*.a
 
 # ?
 ext.libs
index 7c7b8db..616f315 100644 (file)
@@ -1,5 +1,6 @@
 # ignore generated .c files, and other module build traces
-*.c *.bs
+*.c
+*.bs
 blib
 pm_to_blib
 Makefile
diff --git a/ext/Compress/Raw/Zlib/.gitignore b/ext/Compress/Raw/Zlib/.gitignore
new file mode 100644 (file)
index 0000000..091348d
--- /dev/null
@@ -0,0 +1 @@
+constants.*
index 817c190..032b772 100644 (file)
@@ -2,3 +2,4 @@
 #ignored in /ext
 #/ppport.h
 /module*.c
+/RealPPPort.xs
index 9280799..0fe7984 100644 (file)
@@ -1,3 +1,4 @@
 !/dlutils.c
 /DynaLoader.pm
 /XSLoader.pm
+/DynaLoader.xs
index 8300625..3ac370b 100644 (file)
@@ -1,5 +1,11 @@
 !/encengine.c
 /Byte/Byte.xs
+/CN/CN.xs
+/EBCDIC/EBCDIC.xs
+/JP/JP.xs
+/KR/KR.xs
+/Symbol/Symbol.xs
+/TW/TW.xs
 *.exh
 *.h
 !/Encode/encode.h
diff --git a/ext/GDBM_File/.gitignore b/ext/GDBM_File/.gitignore
new file mode 100644 (file)
index 0000000..7ba0a5a
--- /dev/null
@@ -0,0 +1 @@
+const-*.inc
diff --git a/ext/XS/APItest/.gitignore b/ext/XS/APItest/.gitignore
new file mode 100644 (file)
index 0000000..7ba0a5a
--- /dev/null
@@ -0,0 +1 @@
+const-*.inc
index 61d5659..e6facd3 100644 (file)
@@ -21,6 +21,7 @@
 /File/Glob.pm
 /File/GlobMapper.pm
 /Filter/Util
+/GDBM_File.pm
 /Hash
 /I18N/Langinfo.pm
 /IO.pm
@@ -45,6 +46,7 @@
 /Module/Pluggable.pm
 /Module/Pluggable
 /O.pm
+/ODBM_File.pm
 /Opcode.pm
 /POSIX.pm
 /POSIX.pod