changing gitignore

This commit is contained in:
Clebert Suconic 2014-11-19 14:48:07 -05:00
parent 09123d65de
commit dcde02c9cd

52
.gitignore vendored
View File

@ -1,6 +1,6 @@
#idea files #idea files
hornetq-pom.ipr activemq-pom.ipr
hornetq-pom.iws activemq-pom.iws
.idea .idea
*.iml *.iml
*/*.iml */*.iml
@ -33,7 +33,7 @@ org.maven.ide.eclipse.prefs
.classpath .classpath
tests/*-tests/hs_err_pid*.log tests/*-tests/hs_err_pid*.log
tests/**/server.lock tests/**/server.lock
hornetq-core/*.log activemq-core/*.log
.checkstyle .checkstyle
# / # /
@ -48,15 +48,15 @@ hornetq-core/*.log
/target /target
/.metadata /.metadata
integration/hornetq-*-integration/.project integration/activemq-*-integration/.project
# /distribution/ # /distribution/
/distribution/target /distribution/target
/distribution/.project /distribution/.project
/distribution/jboss-mc/.project /distribution/jboss-mc/.project
# /distribution/hornetq/ # /distribution/activemq/
/distribution/hornetq/.project /distribution/activemq/.project
# /distribution/jnp-client/ # /distribution/jnp-client/
/distribution/jnp-client/target /distribution/jnp-client/target
@ -711,26 +711,26 @@ examples/pom-template.xml
# /examples/soak/tx-restarts/ # /examples/soak/tx-restarts/
/examples/soak/tx-restarts/build /examples/soak/tx-restarts/build
# /hornetq-protocols/ # /activemq-protocols/
/hornetq-protocols/hornetq-amqp-protocol/.project /activemq-protocols/activemq-amqp-protocol/.project
/hornetq-protocols/hornetq-stomp-protocol/.project /activemq-protocols/activemq-stomp-protocol/.project
# /hornetq-ra/hornetq-ra-jar/ # /activemq-ra/activemq-ra-jar/
/hornetq-ra/hornetq-ra-jar/target /activemq-ra/activemq-ra-jar/target
/hornetq-ra/hornetq-ra-jar/.project /activemq-ra/activemq-ra-jar/.project
# /hornetq-ra/hornetq-ra-rar/ # /activemq-ra/activemq-ra-rar/
/hornetq-ra/hornetq-ra-rar/target /activemq-ra/activemq-ra-rar/target
/hornetq-ra/hornetq-ra-rar/.project /activemq-ra/activemq-ra-rar/.project
# /hornetq-rest/hornetq-rest/ # /activemq-rest/activemq-rest/
/hornetq-rest/target /activemq-rest/target
/hornetq-rest/.project /activemq-rest/.project
/hornetq-rest/data/ /activemq-rest/data/
# /hornetq-rest/ # /activemq-rest/
/hornetq-*/.project /activemq-*/.project
/hornetq-*/target /activemq-*/target
/tests/.project /tests/.project
/tests/*-tests/.project /tests/*-tests/.project
@ -748,7 +748,7 @@ native/src/.deps
*/*/*.iml */*/*.iml
*/*/*/*.iml */*/*/*.iml
hornetq.log activemq.log
*/hornetq.log */activemq.log
*/*/hornetq.log */*/activemq.log
*/*/*/hornetq.log */*/*/activemq.log