diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 14:32:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 14:32:12 +0200 |
commit | 66b2913da7249fe5ef51da5c662ca27167940090 (patch) | |
tree | 4c613cd6292de1b32f9038af78ec18e9ba216a2d | |
parent | 4a21c5b342b2867a54c3b23e11017d4124c69468 (diff) |
Ignore test files
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ .cache/ *.o compile_commands.json +out +test.c |