From bc962303c4757ff94229022b3a9867f437243ed0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 20 Oct 2022 16:29:00 -0400 Subject: Initial commit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64e2423 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea +cmake-* +*.o +sayeth -- cgit