Remove too greedy GCOV ignores from `.gitignore`
This would cause `updown.png` to be ignored in our default theme in 3.x. These ignores were added in #36800 for #36572 (see that PR for usage instructions). From a quick test, using `--output-file` for `lcov` and `--output-directory` for genhtml let us output the files in a way that won't conflict with the Git repository (e.g. in `bin/`, or outside the Git repo).
This commit is contained in:
parent
247c3548d8
commit
5c38e42161
|
@ -132,23 +132,9 @@ cppcheck-cppcheck-build-dir/
|
||||||
*.pydevproject
|
*.pydevproject
|
||||||
*.launch
|
*.launch
|
||||||
|
|
||||||
# Gcov and Lcov code coverage
|
# GCOV code coverage
|
||||||
*.gcno
|
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcov.html
|
*.gcno
|
||||||
*.func.html
|
|
||||||
*.func-sort-c.html
|
|
||||||
*index-sort-f.html
|
|
||||||
*index-sort-l.html
|
|
||||||
*index.html
|
|
||||||
godot.info
|
|
||||||
amber.png
|
|
||||||
emerald.png
|
|
||||||
glass.png
|
|
||||||
ruby.png
|
|
||||||
snow.png
|
|
||||||
updown.png
|
|
||||||
gcov.css
|
|
||||||
|
|
||||||
# Geany
|
# Geany
|
||||||
*.geany
|
*.geany
|
||||||
|
|
Loading…
Reference in New Issue