This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch UpdateGitignore in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git
commit f04a33355b094237be248b11ad40d0dd1f3388d2 Author: Lee Rhodes <[email protected]> AuthorDate: Fri May 8 14:53:48 2020 -0700 Adds /Default/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4303c9c..97976c8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ bin/ build/ lib/ +Default/ # Log file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
