diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-20 22:04:30 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-20 22:04:30 +0100 |
commit | e60c508e976ff8acb71a2fd0fc6958c5f1f50a69 (patch) | |
tree | a3e6fa3d693986185e77f7287b546104a7f4c030 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..deb8fd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bazel-*/
+compile_commands.json
|