This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-openwire.git
commit 455e192c2c89450295eb95336979cbd7b2de5e77 Author: Timothy Bish <[email protected]> AuthorDate: Tue Jul 22 18:44:01 2014 -0400 Add project git ignore file. --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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/
