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