Conteúdo não rastreado Git

// First
git rm -rf --cached myuntrackedfolder

// Then
git add myuntrackedfolder
|_Genos_|