Add eclipse files to .gitignore

This commit is contained in:
Daniel Kulp 2015-06-08 12:51:05 -04:00
parent 31f88b4a31
commit b19db275c0
2 changed files with 11 additions and 1 deletions

4
.gitignore vendored
View File

@ -4,3 +4,7 @@
ratReport.txt
**/server.lock
**/data
.classpath
.project
.settings
.checkstyle

View File

@ -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