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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -