From d07470e8def83488365e4d7c6b03c10c5cb86563 Mon Sep 17 00:00:00 2001 From: lshprung Date: Thu, 18 Mar 2021 12:52:59 -0700 Subject: Added new launch flags --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8c1b636..0f296b8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,6 @@ !include !include/*.h !unix -!unix/* +!unix/*.c !windows -!windows/* +!windows/*.c -- cgit