You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by sh...@apache.org on 2020/10/11 16:25:13 UTC

[kibble] branch master updated: Use single gitignore and ignore kibble.yaml (#53)

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

sharan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new bceae51  Use single gitignore and ignore kibble.yaml (#53)
bceae51 is described below

commit bceae514a73d68ee9e046e2428a66286cf8e2a8e
Author: Tomek Urbaszek <tu...@gmail.com>
AuthorDate: Sun Oct 11 18:25:03 2020 +0200

    Use single gitignore and ignore kibble.yaml (#53)
---
 .gitignore     | 3 +++
 api/.gitignore | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index d087558..d562a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# Apache Kibble files
+api/yaml/kibble.yaml
+
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
diff --git a/api/.gitignore b/api/.gitignore
deleted file mode 100644
index 82adb58..0000000
--- a/api/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-__pycache__
-venv