diff options
author | Oxore <oxore@protonmail.com> | 2023-05-03 01:23:56 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-03 01:29:14 +0300 |
commit | f2016e84699c4f8a83e759fecac9e5dacd490a40 (patch) | |
tree | b4a94dae0a8a192fd2d780cde5df5fe1280c7474 /.gitignore |
Initial 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..67bcd8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +*.elf +*.bin +compile_commands.json +disasm.dir/ |