From f00cf908fdcdff676e95e563b2a93e2d4af05bc7 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Wed, 14 Aug 2024 14:16:54 -0400 Subject: Compile on Windows --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2093e21..7edf854 100644 --- a/.gitignore +++ b/.gitignore @@ -58,7 +58,10 @@ Makefile config.h nsis/installer.nsi spec/terminal-media-launcher.spec +src/icon/*.res src/terminal-media-launcher +src/*.dll +src/*.exe src/*.o src/unix/*.o src/windows/*.o -- cgit