diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-17 16:21:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-17 16:21:07 +0200 |
commit | 7e6ade6682c26d7ed40eaa22ae152686d44982d0 (patch) | |
tree | f7ba34b0f1c130ea3c87f94cb4b9b3ed91bdcd37 /.gitignore | |
parent | 49b8874884185606319de5c44bc90c5e78d9f48f (diff) |
Begin work on the static analyzer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ .cache/ compile_commands.json +*.gen.c make *.o oryx |