diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 16:35:48 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 16:35:48 +0200 |
commit | f0cfa029a6470e0171dbb6d6d5ead7535eb1a803 (patch) | |
tree | d8d5662020594006392d1cc9dbb7de410b795e15 /.gitignore | |
parent | 146f4d8e25149631f9418c70ab47db77bfca8c42 (diff) |
Add make script
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ .cache/ -*.o +*.[ao] +*.so compile_commands.json +make out test.c |