diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-03-05 09:15:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 09:15:05 +0100 |
commit | 6d269dbf5667bcee0597c42d1099d2e54c5663b9 (patch) | |
tree | 39b57f082c3eecc8170b9ae1226cf555dce8acea /.gitignore | |
parent | fbaa55a8db90ab7643718b4004b7760517942e3f (diff) | |
parent | 5b4d74edd4fd4861f87525dfb3801189a4e2dafe (diff) |
Merge pull request #36800 from qarmin/added_some_gitignore_records
Added to .gitignore - Cppcheck folder and Gcov, Lcov code coverage
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9b68510bb3..cc5c822e69 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |