diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 14:01:34 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 14:01:34 +0100 |
commit | 94615b013bd6158862e85318ab8e3bb7cb77a659 (patch) | |
tree | 3b479f893d8da77a38e3c3d3aed6fbb5e8518c33 /.gitignore |
Genesis commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf08bd5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.cache/ +*.c +compile_commands.json +main +test |