I am using git for bunch of my java projects. I want to ignore .classpath, bin, .gradle and bunch of other files and folders.
I cannot access this files / folders in eclipse to ignore them from eclipse. Hence I decided to edit the .gitignore file. The file contains random chinese characters.
I still went ahead and updated the .gitignore file with the required file list. However, when I ignore any other file from eclipse, the .gitignore is again appended with chinese characters.
Is this expected behavior? How do I add files like .classpath, bin and others to gitignore?