From 30e4f86386d9cc642952228105f023bef2fc1cd8 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 6 Sep 2009 00:55:21 +0000 Subject: 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 --- cpp/etc/git-exclude | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ cpp/etc/svn-ignore | 2 +- 2 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 cpp/etc/git-exclude (limited to 'cpp') 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 -- cgit v1.2.3