Add project git ignore file. Project: http://git-wip-us.apache.org/repos/asf/activemq-openwire/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-openwire/commit/455e192c Tree: http://git-wip-us.apache.org/repos/asf/activemq-openwire/tree/455e192c Diff: http://git-wip-us.apache.org/repos/asf/activemq-openwire/diff/455e192c
Branch: refs/heads/master Commit: 455e192c2c89450295eb95336979cbd7b2de5e77 Parents: f159a75 Author: Timothy Bish <[email protected]> Authored: Tue Jul 22 18:44:01 2014 -0400 Committer: Timothy Bish <[email protected]> Committed: Tue Jul 22 18:44:01 2014 -0400 ---------------------------------------------------------------------- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-openwire/blob/455e192c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46cc56a --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +/target +.DS_Store +.project +.classpath +.settings +.idea +.idea/* +*.iml +*.ipr +*.iws +.metadata/
