You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/08/11 07:23:16 UTC

[incubator-datasketches-cpp] 01/01: Add empty build/ directory to repo, ensure it stays empty

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

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

commit 2946e3182fe4045480091c91a257f0a7ae48a9ac
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Aug 5 12:46:52 2020 -0700

    Add empty build/ directory to repo, ensure it stays empty
---
 .gitignore       | 1 -
 build/.gitignore | 7 +++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index b8f2cc9..daae921 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,6 @@
 *.dll
 *.dylib
 bin/
-build/
 lib/
 Default/
 
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..8928ce2
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,7 @@
+# build/ directory for convenience, but should remain empty
+
+# Ignore everything in here
+*
+
+# Add an exception for this file
+!.gitignore
\ No newline at end of file


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