You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/03/16 00:39:24 UTC

[datasketches-memory16] 01/01: first commit

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

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

commit d7f91461641f07ba452087436e43b26cdcb26dd3
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Mar 15 17:19:02 2021 -0700

    first commit
---
 .gitignore | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md  |  1 +
 2 files changed, 66 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f617d02
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,65 @@
+# 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
+
+# Jekyll
+_site/
+_*
+_*/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b93654f
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# DataSketches Memory 16
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org