Add eclipse files to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b19db275 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b19db275 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b19db275 Branch: refs/heads/master Commit: b19db275c0e3243dbe4f1af95fbf062e546a8156 Parents: 31f88b4 Author: Daniel Kulp <[email protected]> Authored: Mon Jun 8 12:51:05 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Jun 8 14:27:34 2015 -0400 ---------------------------------------------------------------------- .gitignore | 6 +++++- docs/hacking-guide/en/ide.md | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b19db275/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e43bb20..e883c0f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,8 @@ .idea/ ratReport.txt **/server.lock -**/data \ No newline at end of file +**/data +.classpath +.project +.settings +.checkstyle http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b19db275/docs/hacking-guide/en/ide.md ---------------------------------------------------------------------- diff --git a/docs/hacking-guide/en/ide.md b/docs/hacking-guide/en/ide.md index a782872..993cb2f 100644 --- a/docs/hacking-guide/en/ide.md +++ b/docs/hacking-guide/en/ide.md @@ -49,6 +49,12 @@ Maven plugins used by sub-projects (e.g. documentation) which are not supported Eclipse [m2e](http://eclipse.org/m2e/) is already included in "Eclipse IDE for Java Developers", or it can be installed from [Eclipse Kepler release repository](http://download.eclipse.org/releases/kepler). +### Git setup +It is strongly recommended to turn off the auto-updating of .gitignore files by the Git Team extension. Otherwise, it +generates new .gitignore files in many directories that are not needed due to the top level .gitignore file. To turn +it off, go to Preferences->Team->Git->Projects and deselect the "Automatically ignore derived resources" checkbox. + + ### Annotation Pre-Processing ActiveMQ Artemis uses [JBoss Logging](https://community.jboss.org/wiki/JBossLoggingTooling) and that requires source
