diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-14 05:55:07 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-14 05:55:07 +0000 |
commit | 8dd205a2e49d6d4b54a20d002a3ff25ce682eae2 (patch) | |
tree | efbb6dd703f5275fd4ddc26be8f4121b2b452fe6 /cpp | |
parent | 6fd42aa6163e84322373d2c7c251a468243a132e (diff) |
Added a few more svn ignores and git excludes.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/etc/git-exclude | 8 | ||||
-rw-r--r-- | cpp/etc/svn-ignore | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/cpp/etc/git-exclude b/cpp/etc/git-exclude index 7167304fa9..fc8102f696 100644 --- a/cpp/etc/git-exclude +++ b/cpp/etc/git-exclude @@ -53,12 +53,14 @@ Doxyfile *_Proxy.h *_Wrapper.cpp *_Wrapper.h +gmon.out # Specific ignores tuscany_sdo_test sdo/runtime/core/test/ sca/runtime/extensions/cpp/tools/scagen/docs/ -sca/samples/CppBigBank/bigbank.client/account_client -sca/samples/CppCalculator/sample.calculator.client/calculator_client -sdo/samples/misc/sdo_misc +account_client +calculator_client +sdo_misc +store-test diff --git a/cpp/etc/svn-ignore b/cpp/etc/svn-ignore index ec374c97b8..cf9bd507e4 100644 --- a/cpp/etc/svn-ignore +++ b/cpp/etc/svn-ignore @@ -37,3 +37,4 @@ build *.pdb Debug Release +gmon.out |