diff options
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 + |