Add a new Porting/podtidy to reformat pod using Pod::Tidy
[p5sagit/p5-mst-13.2.git] / .gitignore
index d3c477e..5a760a1 100644 (file)
@@ -1,6 +1,10 @@
+*.patch
 .config
 
+
+
 # files produced by './configure.gnu' on a Linux machine
+Makefile.old
 /Makefile
 /Policy.sh
 /cflags
 /x2p/makefile.old
 
 # general build products
-*.o *.a
+*.o
+*.a
+
+# general build products (Win32)
+*.def
+*.dll
+*.exe
+*.exp
+*.ico
+*.ilk
+*.lib
+*.obj
+*.pdb
+*.res
+*.RES
 
 # ?
 ext.libs
@@ -42,3 +60,14 @@ x2p/a2p
 x2p/find2perl
 x2p/psed
 x2p/s2p
+
+# test byproduct
+ext/Test/Harness/t/ext/
+lib/App/
+lib/Archive/Tar/t/src/long/foo.tbz
+lib/Archive/Tar/t/src/short/foo.tbz
+lib/IPC/Cmd/t/src/x.tgz
+lib/TAP/
+lib/Test/Harness.pm
+t/rantests
+t/tmp*