This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-memory17.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ed99dd  Add gitignore
3ed99dd is described below

commit 3ed99dd81700aa6f97b935fd510a5ba16d7e4c18
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed May 25 15:51:15 2022 -0700

    Add gitignore
---
 .gitignore | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..70d95d5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,66 @@
+# Eclipse project files 
+.classpath
+.project
+.settings/
+.checkstyle
+
+# IntelliJ project files
+*.idea
+*.iml
+*.ipr
+*.iws
+
+# Additional tools
+.clover/
+
+# OSX files
+.DS_Store
+
+# Compiler output, class files
+*.class
+bin/
+
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# virtual machine crash logs, see 
http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+
+#Test config and output
+test-output/
+local/
+reports/
+.pmd
+tmp/
+
+# Build artifacts
+target/
+out/
+build/
+jarsIn/
+*.jar
+build.xml
+*.properties
+*.releaseBackup
+*.next
+*.tag
+doc/
+
+# Jekyll
+_site/
+_*
+_*/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to