I have recently switched from svn
to git
.
After failed thorough grind up with google and its crawelers, please find my situation as below:
Scenario
I have added files in .gitignore
to makes git status
silent about the untracked files.
Problem
Problem is that every time i rebase
my branch, this file is also getting overwritten and i am seeing all untracked files on console.
Requirement
Is there any way to do git ignore <.gitignore_file>
so that this file is excluded from getting rebased / overwritten on any operation??