https://bugs.kde.org/show_bug.cgi?id=503129
--- Comment #14 from Ellie <e...@horse64.org> --- My apologies for the misunderstanding on my end. As I explained in https://bugs.kde.org/show_bug.cgi?id=503129#c7 the listing doesn't match up for me given the example given in https://bugs.kde.org/show_bug.cgi?id=503129#c5 . When I run git ls-files it 1. lists ".gitignore" (missing in kate, as you can see in my screenshot), and 2. doesn't list "horse_modules" (visible in kate, see my screenshot). ~/sometest/core.horse64.org$ git ls-files | grep horse_modules tests/compile-fail/import-self-not-allowed/horse_modules/empty.txt tests/run/args/horse_modules/empty.txt tests/run/basic-1/horse_modules/empty.txt tests/run/basic-2/horse_modules/empty.txt tests/run/cyclic-base/horse_modules/empty.txt tests/run/extend/horse_modules/empty.txt tests/run/later-nested-rescue-with/horse_modules/empty.txt tests/run/later/horse_modules/empty.txt tests/run/modinit/horse_modules/empty.txt tests/run/rescue/horse_modules/empty.txt tests/run/simple-base/horse_modules/empty.txt translator/translator-h64-runtests/run/args/horse_modules/empty.txt translator/translator-h64-runtests/run/basic-1/horse_modules/empty.txt translator/translator-h64-runtests/run/basic-2/horse_modules/empty.txt translator/translator-h64-runtests/run/cyclic-base/horse_modules/empty.txt translator/translator-h64-runtests/run/extend/horse_modules/empty.txt translator/translator-h64-runtests/run/later-nested-rescue-with/horse_modules/empty.txt translator/translator-h64-runtests/run/later/horse_modules/empty.txt translator/translator-h64-runtests/run/modinit/horse_modules/empty.txt translator/translator-h64-runtests/run/rescue/horse_modules/empty.txt translator/translator-h64-runtests/run/simple-base/horse_modules/empty.txt ~/sometest/core.horse64.org git ls-files | grep gitignore .gitignore However, regarding "Also, you can disable auto loading of git repos in the settings dialog" I already did that, and that seems to be part of the problem. It seems to be the case that when auto loading of git repos is disabled, some files are still hidden. Is it perhaps based on them starting with a dot? I'm not sure what exactly is going on here. -- You are receiving this mail because: You are watching all bug changes.