diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-16 06:01:30 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-16 06:01:30 +0000 |
commit | 4109b6c23b5169463bd493347dddb1ab58aa0860 (patch) | |
tree | 9aeee1019d6e7e1b9d92b33e12aadf8811fcebce /cpp/etc/git-exclude | |
parent | ec5f59dac8d5eca3504ec5fe205dcb7d8fd382a6 (diff) |
Added SCDL parsing functions. Refactored cache support with disk-cached functions that can be used to cache SCDL files. Minor makefile updates to get build and ctags working on Ubuntu 9.10.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | cpp/etc/git-exclude | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/cpp/etc/git-exclude b/cpp/etc/git-exclude deleted file mode 100644 index dd9e85e738..0000000000 --- a/cpp/etc/git-exclude +++ /dev/null @@ -1,69 +0,0 @@ -# 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 -gmon.out - -# Specific ignores -tuscany_sdo_test -sdo/runtime/core/test/ -sca/runtime/extensions/cpp/tools/scagen/docs/ -account_client -calculator_client -sdo_misc -store-test -store2-test -core-test -xml-test - |