Closed moura137 closed 11 years ago
Hi,
All of this excluded files, are files that belong to your local development environment and to your local git repo. To ignore it you should add this entries to the .git/info/exclude
file, that acts just like .gitignore
but only for the local repository.
To get more info, check this out
https://help.github.com/articles/ignoring-files
Christian.
To use the Eclipse IDE