mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 11:32:13 +00:00
Added to .gitignore - Cppcheck and code coverage
This commit is contained in:
parent
0c22f5a447
commit
5b4d74edd4
20
.gitignore
vendored
20
.gitignore
vendored
@ -346,3 +346,23 @@ compile_commands.json
|
||||
|
||||
# Cppcheck
|
||||
*.cppcheck
|
||||
cppcheck-cppcheck-build-dir/
|
||||
|
||||
# Gcov and Lcov code coverage
|
||||
*.gcno
|
||||
*.gcda
|
||||
*.gcov.html
|
||||
*.func.html
|
||||
*.func-sort-c.html
|
||||
*index-sort-f.html
|
||||
*index-sort-l.html
|
||||
*index.html
|
||||
MachineIndependent/
|
||||
godot.info
|
||||
amber.png
|
||||
emerald.png
|
||||
glass.png
|
||||
ruby.png
|
||||
snow.png
|
||||
updown.png
|
||||
gcov.css
|
||||
|
Loading…
Reference in New Issue
Block a user