You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by le...@apache.org on 2018/10/05 20:14:48 UTC

metron git commit: METRON-1808 Add Ansible created pyc to gitignore (justinleet) closes apache/metron#1228

Repository: metron
Updated Branches:
  refs/heads/master feb9153a6 -> 891bf4952


METRON-1808 Add Ansible created pyc to gitignore (justinleet) closes apache/metron#1228


Project: http://git-wip-us.apache.org/repos/asf/metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/891bf495
Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/891bf495
Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/891bf495

Branch: refs/heads/master
Commit: 891bf4952ab8eceabcb44659e7498d62005b6aa2
Parents: feb9153
Author: justinleet <ju...@gmail.com>
Authored: Fri Oct 5 16:14:20 2018 -0400
Committer: leet <le...@apache.org>
Committed: Fri Oct 5 16:14:20 2018 -0400

----------------------------------------------------------------------
 metron-deployment/.gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metron/blob/891bf495/metron-deployment/.gitignore
----------------------------------------------------------------------
diff --git a/metron-deployment/.gitignore b/metron-deployment/.gitignore
index 6038b6b..f3d4a2a 100644
--- a/metron-deployment/.gitignore
+++ b/metron-deployment/.gitignore
@@ -1,3 +1,4 @@
 keys/
 .vagrant
 *.retry
+*.pyc