diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-07-30 00:18:28 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-07-30 00:18:28 +0200 |
commit | 4e3fd3eac50d3685a7771b570741f2922c4e3693 (patch) | |
tree | 4417153cd454a1f09a8fbf7c3329819b50734c40 /.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
|