From fc2793eeab2d472bec966599580ae40109908406 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Thu, 16 Apr 2020 11:58:59 +0100 Subject: [PATCH] Gitignore *.dllobj files produced by MS toolchain --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 03be5ae..337754f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.a *.def *.dll +*.dllobj *.dylib *.exe *.exp