From fa2cb3c2b4a63c3926ebb60709af49260b300d65 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 22 Sep 2022 13:36:51 -0400 Subject: ignore any artifacts that may be generated through testing --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..360b372 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.s +*.o +a.out -- cgit v1.2.1