From a5fb5ce12a46aa977be76c71ee1625f26d456310 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 16 May 2021 22:38:49 -0400 Subject: [PATCH] Add gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0c2922c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +st \ No newline at end of file -- 2.39.2