.gitignore: add *.plist and .cache/
This commit is contained in:
parent
6f011c8220
commit
92c3a9626f
6
.gitignore
vendored
6
.gitignore
vendored
@ -76,6 +76,12 @@ results/
|
|||||||
compile_commands.json
|
compile_commands.json
|
||||||
compile_flags.txt
|
compile_flags.txt
|
||||||
|
|
||||||
|
# cache files of clangd (and probably other tools)
|
||||||
|
.cache/
|
||||||
|
|
||||||
|
# generated by clang-check for C++ code
|
||||||
|
*.plist
|
||||||
|
|
||||||
# suit manifest keys
|
# suit manifest keys
|
||||||
keys/
|
keys/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user