I have some files which i need to ignore while i commit.
Hence in git we have a option of adding these files names or
extensions in .git/info/exclude files.
After adding the file extensions to ignore in this file git status
does not show it up.
But repo status shows it.
Is there a way in which i can avoid repo status not to list these
ignored files?