From 9205d201eb49671384b1cbc4897f99663bca70b1 Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 9 Sep 2022 02:49:44 -0400 Subject: [PATCH] Set up gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..201ab6d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.a +ctm +test \ No newline at end of file