java - how to tell egit to ignore some file types -
I have some file types in my project (consider for x * .xls) which I do not want every time When I do this If I right click on the file and Ignore it works, but my There is a vast list of tree files inside many folders including I know the I am using egit in Eclipse < / P> add Your *. Xls I will need a solution, so that the exit ignored it
*. Xls files
.gitignore file will ignore the files but this
*. Xls
.gitignore file will work.
Comments
Post a Comment