X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.gitignore;h=74b65eba7543db8c0920ea2801facf3d4430fb0a;hb=b3766b12c64c46e0bcc2c1dc58cc7b96d8bef10c;hp=454b31edc5bf17f89a9ec97dc489c2aafbc8217e;hpb=c87a7fa90205d44374da5df59a2566caf6e06bfb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/.gitignore b/.gitignore index 454b31e..74b65eb 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ Makefile.old /perlmain.c /perlmini.c /pod/Makefile +/runtests /writemain /x2p/Makefile /x2p/cflags @@ -41,6 +42,7 @@ Makefile.old # general build products *.o *.a +*.so # general build products (Win32) *.def @@ -72,8 +74,8 @@ ext.libs /generate_uudmap /uni.data /uudmap.h +/bitcount.h -ext/Win32API-File/cFile_pc_to_blib lib/Win32.pm lib/Win32API/ lib/Win32CORE.pm @@ -94,6 +96,17 @@ t/perl t/test_state *.output +# t/op/require.t byproducts +t/bleah.pm +t/bleah.do +t/bleah.flg +t/urkkk.pm +t/urkkk.pmc +t/krunch.pm +t/krunch.pmc +t/whap.pm +t/whap.pmc + # make_ext.pl cleanup scripts realclean.sh veryclean.sh @@ -102,3 +115,6 @@ veryclean.sh .package U MANIFEST.new + +# ignore vim swap files +*.swp