Add testresults to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/96fdc65c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/96fdc65c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/96fdc65c Branch: refs/heads/cjansen-cpp-client Commit: 96fdc65cb67997e42e95940095880731cae71d4b Parents: 132820c Author: Dominic Evans <[email protected]> Authored: Wed May 13 13:57:37 2015 +0100 Committer: Dominic Evans <[email protected]> Committed: Wed May 13 13:57:37 2015 +0100 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/96fdc65c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 2b509c6..45dd364 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ proton-c/build # Executables built by go binding tests proton-c/bindings/go/bin + +# Testresults from the jenkins build script +testresults --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
