.gitignore Win32's miniperl object files
authorDaniel Dragan <bulk88@hotmail.com>
Sun, 20 Oct 2013 01:26:29 +0000 (21:26 -0400)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 21 Oct 2013 17:23:16 +0000 (18:23 +0100)
Comments from the committer:
win32/mini/*.obj (and hence win32/mini/ since it contains nothing other than
*.obj) should be .gitignored by the top-level .gitignore file anyway, but
git clean -dfX doesn't remove them without this patch. (git clean -dfx does,
but some developers want to keep untracked files other than build products
explicitly listed by .gitignore files.)

win32/.gitignore

index abffe47..c5fcdfc 100644 (file)
@@ -4,6 +4,7 @@
 /perl.base
 bin/*.bat
 html/
+mini/
 Extensions_static
 dlutils.c
 perllibst.h