diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-14 00:39:35 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-14 00:39:35 +0100 |
commit | 7f3bf501977d7d2801add2cf2e5f843fe1a9d179 (patch) | |
tree | 86e694d3d46eeedba584eac0563205950b6fb449 /.gitignore | |
parent | 5fe78f574bab097c32738c6abad812f7ec25e79f (diff) |
Ignore all *.s files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ compile_commands.json .clangd # Test Files -test.s +*.s # Compilation Output ahoy |