From 8461050310ac4f23c84efc4e927ebff15979590e Mon Sep 17 00:00:00 2001 From: Alnotz Date: Sat, 7 Jan 2023 16:18:58 +0100 Subject: [PATCH] C Gitignore update --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5607c12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Ignore C exutable files and C libraries +* +!*.* +/MISAKA.c