commit 8eb6bcee4fd5a7a5318b9d4f6c86cac82141b772 parent a4ab192123dc872793f94f71c9363f48bf9ee1cf Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Sat, 25 Oct 2025 23:16:36 -0300 git: ignore ephemeral folders .build is used to hold the cmake build files. .haeders is used to hold the filtered headers. Diffstat:
| M | .gitignore | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,2 +1,4 @@ .DS_Store *.bin +.build +.headers