From 401925d012c04709d71de7f06f6f947c5a363135 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Sat, 18 Jul 2026 16:41:32 -0500 Subject: [PATCH] chore: update gitignore and add clangd configuration --- .gitignore | 10 +++++++++- compile_flags.txt | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 compile_flags.txt diff --git a/.gitignore b/.gitignore index ac4212b..eae2456 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ .bin/ -test_files/ *.csv +*.o +*.gcda +*.gcno +*.gcov +.clangd/ +*.swp +*.swo +*~ +tags diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..9efa717 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,6 @@ +-Iinclude +-Itests +-Wall +-Wextra +-IC:/msys64/ucrt64/include +--target=x86_64-w64-mingw32