You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2018/07/27 17:51:15 UTC

qpid-dispatch git commit: NO-JIRA: update gitignore to ignore generated python scripts

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 7a77931a1 -> a39ff08ca


NO-JIRA: update gitignore to ignore generated python scripts


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/a39ff08c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/a39ff08c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/a39ff08c

Branch: refs/heads/master
Commit: a39ff08caa07a5886b80f7bac3c73bef73394f70
Parents: 7a77931
Author: Kenneth Giusti <kg...@apache.org>
Authored: Fri Jul 27 13:48:41 2018 -0400
Committer: Kenneth Giusti <kg...@apache.org>
Committed: Fri Jul 27 13:48:41 2018 -0400

----------------------------------------------------------------------
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/a39ff08c/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index d7c32e7..809f875 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ install
 .pydevproject
 tests/system_test.dir/
 tests/policy-1/policy-*.json
+tests/authservice.py
 *.iml
 .idea
 .metadata
@@ -17,3 +18,5 @@ console/test/topolgies/config-*
 .vscode
 console/stand-alone/node_modules/
 console/stand-alone/dist/
+tools/qdmanage
+tools/qdstat


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