From 72905adc0956f3ad276251c8d98e96acccb89200 Mon Sep 17 00:00:00 2001 From: Daniel Dragan Date: Sat, 19 Oct 2013 21:26:29 -0400 Subject: .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 | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/.gitignore b/win32/.gitignore index abffe4714e..c5fcdfc766 100644 --- a/win32/.gitignore +++ b/win32/.gitignore @@ -4,6 +4,7 @@ /perl.base bin/*.bat html/ +mini/ Extensions_static dlutils.c perllibst.h -- cgit v1.2.1