Or you can use a global .gitignore [1] file. This way we don't have to include other IDE specific entries in the code repository anymore.
Bruno [1] http://stackoverflow.com/questions/7335420/global-git-ignore From: "joe...@apache.org" <joe...@apache.org> To: comm...@commons.apache.org Sent: Wednesday, April 29, 2015 9:34 PM Subject: [lang] Ignore more Eclipse cruft. Repository: commons-lang Updated Branches: refs/heads/master 102b75cd9 -> 6965455f8 Ignore more Eclipse cruft. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/6965455f Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/6965455f Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/6965455f Branch: refs/heads/master Commit: 6965455f8a90474c656e68031c780e9531cea21f Parents: 102b75c Author: joehni <joe...@apache.org> Authored: Wed Apr 29 11:25:12 2015 +0200 Committer: joehni <joe...@apache.org> Committed: Wed Apr 29 11:25:12 2015 +0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/6965455f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 338a65b..8f8fd6a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ site-content .settings .classpath .project +.externalToolBuilders \ No newline at end of file