diff options
Diffstat (limited to 'examples/hello_world_c_zig/.gitignore')
-rw-r--r-- | examples/hello_world_c_zig/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/hello_world_c_zig/.gitignore b/examples/hello_world_c_zig/.gitignore new file mode 100644 index 0000000..636c6b9 --- /dev/null +++ b/examples/hello_world_c_zig/.gitignore @@ -0,0 +1,5 @@ +# Compiled sibs files +sibs-build/ +compile_commands.json +tests/sibs-build/ +tests/compile_commands.json |