Move .bat gitignores with their unix counterparts
Rafael Garcia-Suarez [Tue, 6 Jan 2009 08:25:03 +0000 (09:25 +0100)]
Remove also redundant ignores for produced files in x2p

.gitignore
pod/.gitignore
x2p/.gitignore

index e5711d6..04d8df4 100644 (file)
@@ -66,31 +66,12 @@ ext.libs
 /uni.data
 /uudmap.h
 
-x2p/a2p
-x2p/find2perl
-x2p/psed
-x2p/s2p
-
-# Win32 is missing a2p.bat?
-x2p/find2perl.bat
-x2p/psed.bat
-x2p/s2p.bat
-
 ext/Win32API/File/cFile_pc_to_blib
 lib/Win32.pm
 lib/Win32API/
 lib/Win32CORE.pm
 lib/CORE/
 
-# These .bat files are created from their Perl correspondents
-pod/pod2html.bat
-pod/pod2latex.bat
-pod/pod2man.bat
-pod/pod2text.bat
-pod/pod2usage.bat
-pod/podchecker.bat
-pod/podselect.bat
-
 # test byproducts
 ext/Test/Harness/t/ext/
 lib/App/
index 872cc33..2e2f9c9 100644 (file)
 
 # scripts etc
 /pod2html
+/pod2html.bat
 /pod2latex
+/pod2latex.bat
 /pod2man
+/pod2man.bat
 /pod2text
+/pod2text.bat
 /pod2usage
+/pod2usage.bat
 /podchecker
+/podchecker.bat
 /podselect
+/podselect.bat
index 609be86..1ee0a5b 100644 (file)
@@ -1,4 +1,7 @@
 /a2p
 /find2perl
+/find2perl.bat
 /psed
+/psed.bat
 /s2p
+/s2p.bat