diff options
| author | 2023-05-10 20:38:32 +0200 | |
|---|---|---|
| committer | 2023-05-10 20:38:32 +0200 | |
| commit | 9100ed2b5dd01df8e6b766c7bc2a12c0dd44f1ff (patch) | |
| tree | 0598b126bdddb7db462a2f0915e272d4345c0c39 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b0a3a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +cchomp +obj/ +compile_commands.json +.cache/ +.gdb_history |