From 85db4db93f117ae02c1e791402615e1f195058be Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Thu, 8 Feb 2024 16:56:35 -0500 Subject: [PATCH] Ignore DLLs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d7adc64..3ad5050 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ results/ *.so *.dylib +*.dll tmp/ *.o regression.diffs