Exclude .svn folders within git -
I am trying to exclude demolition folders from being tracked by GIT. Tried some different setups, but it does not seem to work, I will use git-svn, but it is a pain to request to work to work, so I leave the folders around it Want to work
I want to exclude ".svn / entries"
I / gs / info / exlude: .svn entries .svn / entries entries < Em> svn
has tried to add the following lines. >No matter what I try, when I run GIT status then SSN entries are visible
I think you want to use the .gitignore file in your top-level directory. If you enter ".svn / entries" in that file on one line, then it will work. You can insert ".svn" instead of ".svn / entries."
Edit: See comments. If they are already being tracked by git, they will always appear in git status .
Comments
Post a Comment