From 9fb3e870bf323a4d921801ffed270d62acee8602 Mon Sep 17 00:00:00 2001 From: Alexander Nutz Date: Sat, 27 Sep 2025 17:44:02 +0200 Subject: [PATCH] clang tooling helpers --- .clang-format-ignore | 2 ++ .gitignore | 5 +++++ compile_flags.txt | 1 + 3 files changed, 8 insertions(+) create mode 100644 .clang-format-ignore create mode 100644 compile_flags.txt diff --git a/.clang-format-ignore b/.clang-format-ignore new file mode 100644 index 0000000..f5452c2 --- /dev/null +++ b/.clang-format-ignore @@ -0,0 +1,2 @@ +src/ +include/ diff --git a/.gitignore b/.gitignore index ec7ccd2..b4eab14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +a.out +*.exe +*.o +*.a +core .vscode notchian bareiron diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..30679be --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1 @@ +-Iinclude