From 9e63eeaf76fed44bcbac16df24f06bc87d8b5de4 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 2f572f3d02..bb3feab592 100644 --- a/.gitignore +++ b/.gitignore @@ -100,8 +100,12 @@ tags TAGS # Windows +/tmp32 +/tmp32.dbg /tmp32dll /tmp32dll.dbg +/out32 +/out32.dbg /out32dll /out32dll.dbg /inc32 -- 2.25.1