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 2020/02/16 00:30:27 UTC

[incubator-datasketches-postgresql] 01/01: You need a gitignore to keep garbage out of origin.

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

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

commit 25a1c9ade86801211d4668ed551cc6ca19d6dbcc
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Feb 15 16:29:50 2020 -0800

    You need a gitignore to keep garbage out of origin.
    
    If this is not complete please correct.
---
 .gitignore | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4303c9c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+# Eclipse project files 
+.cproject
+.project
+.settings/
+
+# Visual Studio Code
+.vscode/
+
+# OSX files
+.DS_Store
+
+# Compiler output, build specific
+*.a
+*.o
+*.so
+*.dll
+*.dylib
+bin/
+build/
+lib/
+
+# Log file
+
+# Package Files #
+*.zip
+*.tar.gz
+
+# Other
+local/
+tmp/
+_site/
+_*
+_*/
+
+# exceptions
+!__init__.py


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