.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)
commit72905adc0956f3ad276251c8d98e96acccb89200
treef20a2da266ae1d7bfd52fa31340accf077559e94
parent27329181e393b988b7745c51463210b270f51c87
.gitignore Win32's miniperl object files

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