diff options
author | Oxore <oxore@protonmail.com> | 2023-04-15 01:56:30 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-04-15 01:56:30 +0300 |
commit | f0c9e341ea18a7440e71fa3fcac67a4a23290518 (patch) | |
tree | e5bf4f930866489b118aedf77a6bc4cfe76299a3 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cba38cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.bin +*.o +*.elf +*.asm +*.S +*.out +cmake[-_]build*/ |