You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2015/08/26 17:16:52 UTC

qpid-interop-test git commit: Added some .gitignore files to help ignore build artifacts and temp dirs

Repository: qpid-interop-test
Updated Branches:
  refs/heads/master 6c8f781bb -> 4dfa2bd51


Added some .gitignore files to help ignore build artifacts and temp dirs


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/4dfa2bd5
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/4dfa2bd5
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/4dfa2bd5

Branch: refs/heads/master
Commit: 4dfa2bd51209805639667da9d4204423ab81586f
Parents: 6c8f781
Author: Kim van der Riet <kp...@apache.org>
Authored: Wed Aug 26 11:16:35 2015 -0400
Committer: Kim van der Riet <kp...@apache.org>
Committed: Wed Aug 26 11:16:35 2015 -0400

----------------------------------------------------------------------
 .gitignore                          | 1 +
 shims/qpid-jms/.gitignore           | 1 +
 src/py/qpid-interop-test/.gitignore | 2 ++
 3 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/4dfa2bd5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/target/

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/4dfa2bd5/shims/qpid-jms/.gitignore
----------------------------------------------------------------------
diff --git a/shims/qpid-jms/.gitignore b/shims/qpid-jms/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/shims/qpid-jms/.gitignore
@@ -0,0 +1 @@
+/target/

http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/4dfa2bd5/src/py/qpid-interop-test/.gitignore
----------------------------------------------------------------------
diff --git a/src/py/qpid-interop-test/.gitignore b/src/py/qpid-interop-test/.gitignore
new file mode 100644
index 0000000..b3f6765
--- /dev/null
+++ b/src/py/qpid-interop-test/.gitignore
@@ -0,0 +1,2 @@
+/interop_test_errors.pyc
+/shim_utils.pyc


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