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:
commit
6d269dbf56
1 changed files with 20 additions and 0 deletions
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 a new issue