tags:

views:

47

answers:

0

i'm using git status -u to show untracked files. And on the terminal, i see plenty untracked files that i need them to be untracked such as unit tests, personal documentation, etc. I have put them in .gitignore but it seem it still git stattus show them .

so how do we show only untracked files that no exist in .gitignore.