diff options
author | Oxore <oxore@protonmail.com> | 2022-08-11 23:16:38 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2022-08-25 22:33:54 +0300 |
commit | bfec175173f4e1a350729588526c4ff0be9ac949 (patch) | |
tree | 3bd10776c8c370f05bf4a81eb2e8fc07b1288569 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..df4dc36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +sim +cmake[-_]build* +compile_commands.json |