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/01/13 23:17:21 UTC

[datasketches-memory] branch master updated: Update gitignore

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-memory.git


The following commit(s) were added to refs/heads/master by this push:
     new f3ec2f2  Update gitignore
f3ec2f2 is described below

commit f3ec2f252873d5261329ee34d5e2e598ab8c5cb5
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jan 13 15:16:07 2021 -0800

    Update gitignore
---
 .gitignore | 33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 71b6c51..f617d02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,15 +4,44 @@
 .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/
-.clover/
 local/
 reports/
 .pmd
@@ -25,8 +54,6 @@ build/
 jarsIn/
 *.jar
 build.xml
-.idea
-*.iml
 *.properties
 *.releaseBackup
 *.next


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