Merge pull request #81120 from akien-mga/gitignore-cleanup-gcov-lcov
Remove too greedy gcov/lcov ignores from `.gitignore`
This commit is contained in:
commit
4878ff2fc7
1 changed files with 2 additions and 16 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -132,23 +132,9 @@ cppcheck-cppcheck-build-dir/
|
|||
*.pydevproject
|
||||
*.launch
|
||||
|
||||
# Gcov and Lcov code coverage
|
||||
*.gcno
|
||||
# GCOV code coverage
|
||||
*.gcda
|
||||
*.gcov.html
|
||||
*.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
|
||||
*.gcno
|
||||
|
||||
# Geany
|
||||
*.geany
|
||||
|
|
Loading…
Reference in a new issue