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:43 UTC

[incubator-pinot] branch ignore-quickstart-files created (now 7aa6a60)

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

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


      at 7aa6a60  Adding files generated by running quickstart to gitignore

This branch includes the following new commits:

     new 7aa6a60  Adding files generated by running quickstart to gitignore

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by ki...@apache.org.
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