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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -