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 *. Xls I will need a solution, so that the exit ignored it

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 *. Xls files

I know the .gitignore file will ignore the files but this

I am using egit in Eclipse < / P>

add

  *. Xls   

Your .gitignore file will work.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -