diff options
author | Aiden Gall <aiden@aidengall.xyz> | 2024-01-16 19:24:18 +0000 |
---|---|---|
committer | Aiden Gall <aiden@aidengall.xyz> | 2024-01-16 19:37:42 +0000 |
commit | 5ff9d6184771970c14e682ecf55cbd9d27b2fada (patch) | |
tree | d55405ac036c80a6cef1b34164fccbd5eeff67f6 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..578539f --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +spirt + +compile_commands.json + +*.o +*.tar.gz |