You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #36800 from qarmin/added_some_gitignore_records
Added to .gitignore - Cppcheck folder and Gcov, Lcov code coverage
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -346,3 +346,23 @@ compile_commands.json
|
|||||||
|
|
||||||
# Cppcheck
|
# Cppcheck
|
||||||
*.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
|
||||||
|
|||||||
Reference in New Issue
Block a user