Updated Branches: refs/heads/trunk 40af36e93 -> 29453d679
Update .gitignore Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/29453d67 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/29453d67 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/29453d67 Branch: refs/heads/trunk Commit: 29453d67935b4eff368c7ad87ab7d30aaed11cb8 Parents: 40af36e Author: Timothy Bish <[email protected]> Authored: Tue Sep 3 11:13:25 2013 -0400 Committer: Timothy Bish <[email protected]> Committed: Tue Sep 3 11:13:25 2013 -0400 ---------------------------------------------------------------------- .gitignore | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/29453d67/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 7b07780..407d21e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,14 +11,17 @@ target .classpath .settings eclipse-classes -activemq-core/ActiveMQConnections.dot -activemq-core/KahaDB -activemq-core/broker -activemq-core/derby.log -activemq-core/derbyDb -activemq-core/networkedBroker -activemq-core/shared +activemq-unit-tests/ActiveMQConnections.dot +activemq-unit-tests/KahaDB +activemq-unit-tests/broker +activemq-unit-tests/derby.log +activemq-unit-tests/derbyDb +activemq-unit-tests/networkedBroker +activemq-unit-tests/shared activemq-data +activemq-leveldb-store/.cache +activemq-runtime-config/src/main/resources/activemq.xsd data/ dependency-reduced-pom.xml -velocity.log \ No newline at end of file +velocity.log +
