You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eamonnmag edited this page Dec 14, 2010
·
1 revision
Create a globally accessible file for Git to access via this command: git config --global core.excludesfile ~/.gitignore_global
Then, add the following lines (or modify to ignore files created by Eclipse for instance) and save. Git will then ignore the files on commit. You may need to add the -a option when committing, so git commit -a -m "my commit message"