diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-30 14:30:59 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-30 14:30:59 +0100 |
commit | 835e086804331d4bfa908221e631ff19ad470aef (patch) | |
tree | dd65eafa8938012015ddacef18cf837e68aa7db2 | |
parent | 9c54432da9eadc94bd0f0e4a18c747e5e74dbe54 (diff) |
Ignore a.out
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ .cache/ *.c .clangd +a.out compile_commands.json main Makefile |