diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2024-02-16 01:04:27 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-16 01:04:27 +0100 |
| commit | 8bd68f14846a7a33057d47d05b420177e89fbe85 (patch) | |
| tree | 7fe1c49cf98e13c7214d2946f2b8f4b0d48e8d0a | |
| parent | 46bdb724b1fac2335e67b6f08b633a1a63aad552 (diff) | |
Ignore .bin files
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ compile_commands.json # Test Files *.s +*.bin # Compilation Output ahoy |