diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-09-17 00:03:27 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-09-17 00:03:27 +0200 |
commit | 4e784fc5668909789fa90b8448116b096130740f (patch) | |
tree | 578a8ded2bf1ab4bfa56132e11b64966659dfb0c /.gitignore | |
download | matcha-threads-4e784fc5668909789fa90b8448116b096130740f.tar.gz matcha-threads-4e784fc5668909789fa90b8448116b096130740f.zip |
added README, LIC and infra files
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..7ddd35a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +test + +.clangd +compile_commands.json |