From 7436d83ef371d4fee4a66bec235e102ed80275db Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 19 Aug 2022 18:09:25 +0200 Subject: Add support for msvc tool-chain (cl.exe/link.exe and lib.exe) on windows. --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4a8a9cb..393e55a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ drumgizmo/ build/ ctor -*.a -*.o -*.d +ctor.exe configuration.cc config.h +examples -- cgit v1.2.3