You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ki...@apache.org on 2020/05/25 18:28:44 UTC

[incubator-pinot] 01/01: Adding files generated by running quickstart to gitignore

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

kishoreg pushed a commit to branch ignore-quickstart-files
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 7aa6a6019d60a937bd4a109d0106ebaf542c7d34
Author: kishoreg <g....@gmail.com>
AuthorDate: Mon May 25 11:28:18 2020 -0700

    Adding files generated by running quickstart to gitignore
---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 49bc9dd..06ec757 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,4 +44,8 @@ yarn.lock
 
 npm-debug.log*
 yarn-debug.log*
-yarn-error.log*
\ No newline at end of file
+yarn-error.log*
+
+#quickstart files
+examples/
+quickstart*


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