diff options
author | Rafał Mikrut <mikrutrafal54@gmail.com> | 2020-03-04 20:24:38 +0100 |
---|---|---|
committer | Rafał Mikrut <mikrutrafal54@gmail.com> | 2020-03-04 20:24:38 +0100 |
commit | 5b4d74edd4fd4861f87525dfb3801189a4e2dafe (patch) | |
tree | 4c7c07a5e618d2b10832873cd8a1f9e845dba83e /.gitignore | |
parent | 0c22f5a4476d80b43017b2032f60039ce75e49a9 (diff) |
Added to .gitignore - Cppcheck and 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 25a36c8e5f..acfffb33d7 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 |