diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-11-08 12:11:49 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-11-08 12:11:49 +0100 |
commit | acbc6ee608bc7d9ec33ddf57719841335eff70b1 (patch) | |
tree | 0dd58c0774066fba6c427a36c4139f6656a86e1e /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fda6d56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# blob +**/*.o +**/.cache +**/compile_commands.json +**/.DS_Store + +copyright/ +temp/ + |