From 10a612a9e4728f2d082941e25a40c660aa08963b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 1 Apr 2015 11:36:18 +0200 Subject: [PATCH] Ignore the non-dll windows specific build directories Reviewed-by: Rich Salz (cherry picked from commit 37d92b1b2bb6e6e04d62d6f7774a2d8190a99174) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fc1e643a5f..9a0d8469ba 100644 --- a/.gitignore +++ b/.gitignore @@ -95,8 +95,12 @@ tags TAGS # Windows +/tmp32 +/tmp32.dbg /tmp32dll /tmp32dll.dbg +/out32 +/out32.dbg /out32dll /out32dll.dbg /inc32 -- 2.25.1