From 85e4a03a908a5943590f59cb7c933cdf386eb539 Mon Sep 17 00:00:00 2001 From: ethanglide Date: Thu, 4 Jul 2024 11:32:47 -0400 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46f42f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps