diff options
author | Marvin Borner | 2024-01-17 00:59:12 +0100 |
---|---|---|
committer | Marvin Borner | 2024-01-17 01:10:36 +0100 |
commit | b754e71ca502a5027ea3479eb3ea1a0ac28e5282 (patch) | |
tree | a7d4d9e45f289c6ba08abe56931f8b2f6dea39af /.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..c50f973 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.cache/ +build/ + +compile_commands.json +tags |