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/15 00:39:55 UTC

[incubator-datasketches-cpp] 01/04: Add .o files to gitignore

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

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

commit d8dc04061bc43e180ef3399133cde01046b4fafa
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Dec 23 23:26:17 2019 -0800

    Add .o files to gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 11199c8..4303c9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
 
 # Compiler output, build specific
 *.a
+*.o
 *.so
 *.dll
 *.dylib


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