From b19db275c0e3243dbe4f1af95fbf062e546a8156 Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Mon, 8 Jun 2015 12:51:05 -0400 Subject: [PATCH] Add eclipse files to .gitignore --- .gitignore | 6 +++++- docs/hacking-guide/en/ide.md | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e43bb20c1e..e883c0ff55 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 diff --git a/docs/hacking-guide/en/ide.md b/docs/hacking-guide/en/ide.md index a78287269b..993cb2f9a2 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