diff options
Diffstat (limited to '')
-rw-r--r-- | cpp/etc/git-exclude | 64 | ||||
-rw-r--r-- | cpp/etc/svn-ignore | 2 |
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 |