From 75929f9bb9aaab6ce1a783736b500e74e14114e7 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 13 Jan 2022 01:28:16 -0500 Subject: Initial commit --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55e83bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +cmake-build-* +build +.idea +*.swp +*.o -- cgit