diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-28 19:40:06 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-28 19:40:06 +0000 |
commit | e982b4ef38fd043c15e89bdd60763b10434a087e (patch) | |
tree | 6b9d9c3fc9aff22edb0f137040164c1cbf2359af /sca-cpp/branches/cpp-contrib/etc/git-exclude | |
parent | 64e2486555a0a14f7d9690c2fc62c30bde803a91 (diff) |
Moving old inactive code to a branch as it's confusing code assist, searches and indexing in trunk.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/branches/cpp-contrib/etc/git-exclude | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/sca-cpp/branches/cpp-contrib/etc/git-exclude b/sca-cpp/branches/cpp-contrib/etc/git-exclude new file mode 100644 index 0000000000..8aa4146c56 --- /dev/null +++ b/sca-cpp/branches/cpp-contrib/etc/git-exclude @@ -0,0 +1,90 @@ +# 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/ +.pydevproject +.svn/ +.cvs/ +.dotest/ +*.la +*.lo +*.o +*.in +Makefile +.deps/ +.libs/ +m4/ +*.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 +*~ +tags +doxygen +*.pyc +*.class +*.stamp +*.jar +*.prefix + +# Specific ignores +kernel-test +string-test +mem-test +xml-test +xsd-test +atom-test +eval-test +eval-shell +json-test +cache-test +client-test +mcache-test +curl-test +scdl-test +java-test +java-shell +script-test +axiom-test +axis2-test +qpid-test +xmpp-test + |