Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Mar 16, 2021
0 parents commit d7f9146
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .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/
_*
_*/
1 change: 1 addition & 0 deletions README.md
@@ -0,0 +1 @@
# DataSketches Memory 16

0 comments on commit d7f9146

Please sign in to comment.