summaryrefslogtreecommitdiffstats
path: root/cpp
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-06 00:55:21 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-09-06 00:55:21 +0000
commit30e4f86386d9cc642952228105f023bef2fc1cd8 (patch)
tree5876e4b9efd1a2c685e5022f544235949ad9e7ae /cpp
parenta0a2e396514b815b4bec6c3d8770091f68b3c725 (diff)
Updated svn:ignore property config file. Added Git exclude config file.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811735 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/etc/git-exclude64
-rw-r--r--cpp/etc/svn-ignore2
2 files changed, 65 insertions, 1 deletions
diff --git a/cpp/etc/git-exclude b/cpp/etc/git-exclude
new file mode 100644
index 0000000000..7167304fa9
--- /dev/null
+++ b/cpp/etc/git-exclude
@@ -0,0 +1,64 @@
+# git-ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
+
+# Generic ignores
+target/
+work/
+tmp/
+build/
+*_build
+.project
+.cproject
+.classpath
+*.log
+junit*.properties
+surefire*.properties
+.settings/
+.deployables/
+.wtpmodules/
+.svn/
+.cvs/
+.dotest/
+*.la
+*.lo
+*.o
+*.in
+Makefile
+.deps/
+.libs/
+*.m4
+config.guess
+config.sub
+config.status
+depcomp
+install-sh
+ltmain.sh
+missing
+stamp-h1
+autom4te.cache/
+deploy/
+libtool
+configure
+config.h
+Doxyfile
+*.tar
+*.tar.gz
+*-bin/
+*-src/
+*_Proxy.cpp
+*_Proxy.h
+*_Wrapper.cpp
+*_Wrapper.h
+
+# 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
+
diff --git a/cpp/etc/svn-ignore b/cpp/etc/svn-ignore
index 0b73a78017..ec374c97b8 100644
--- a/cpp/etc/svn-ignore
+++ b/cpp/etc/svn-ignore
@@ -19,7 +19,7 @@ install-sh
*.dat
.libs
tmp
-bld
+build
.project
.cdtproject
.settings