From 6adfb65f6646537abb0ad717614eec26ff14761c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 8 Jul 2024 09:45:14 -0400 Subject: Initial commit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5135a76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.idea +cmake-build-* +build-* +*.so +*.dylib +*.orig -- cgit