On 6/13/24 01:09, Gabor Gombas wrote:
$ git clean -df [there is no output - bingo] $ git clean -dfx warning: failed to remove xx/.nfs[... long hex number...]: Device or resource busy
'git -dfx' does warn about the .nfsNNN files. It turns out that my git repository has .nfs* files in the ignore list. So it silently keeps these files with the -df flags. Yuri