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