This is an automated email from the ASF dual-hosted git repository.
phunt pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new f5b5220 Add some python basics to gitignore
f5b5220 is described below
commit f5b5220396ef57cf97d28c6152d45493e45bd3ed
Author: Patrick Hunt <[email protected]>
AuthorDate: Tue Jun 18 18:51:04 2019 -0700
Add some python basics to gitignore
Change-Id: Iab8f39d89aa1b6319fb7b319431d786f0ee60c4d
(cherry picked from commit 48a78fa65e23ffe4b93e24b8f61f4f6ad14daaad)
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index e38b949..d919443 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,6 @@ zookeeper-client/zookeeper-client-c/ltmain.sh
zookeeper-client/zookeeper-client-c/missing
zookeeper-server/src/main/java/org/apache/zookeeper/version/Info.java
zookeeper-server/src/test/resources/data/**/
+
+# Python
+*.py[cod]