diff options
author | Marvin Borner | 2024-09-07 17:39:02 +0200 |
---|---|---|
committer | Marvin Borner | 2024-09-07 17:39:02 +0200 |
commit | 0aacbcf63f585634c5d5561dfcf5d16f365027d6 (patch) | |
tree | f2d0652e5c5297e7c4bac5d0f2bc202d529274e0 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bba61c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +build/ +.cache/ + +*.plist +tags +compile_commands.json |