From 3da9d810714ebe9f4f750d06d22a5da08ab8f494 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 9 Mar 2021 22:45:05 +0100 Subject: [PATCH] Ignore DLLs too Since you may want to put them next to the EXEs here --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4ececbb7..b8dced0e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ rgbgfx rgbshim.sh *.o *.exe +*.dll .checkpatch-camelcase.* CMakeCache.txt CMakeFiles