diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-13 19:24:11 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-13 19:24:11 +0000 |
commit | f6590bf7b692991cb196fe8163010ea09b83ff52 (patch) | |
tree | 6f95e94e8b84aff024f1ceb2838d35bcf7973aa7 /sca-cpp/trunk/etc/git-exclude | |
parent | a1581d7fde2b8663ad07a2d3d675776164369f26 (diff) |
Move etc/git-exclude to .gitignore to avoid having to configure ignores manually.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/etc/git-exclude')
-rw-r--r-- | sca-cpp/trunk/etc/git-exclude | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/sca-cpp/trunk/etc/git-exclude b/sca-cpp/trunk/etc/git-exclude deleted file mode 100644 index 3de21fefe0..0000000000 --- a/sca-cpp/trunk/etc/git-exclude +++ /dev/null @@ -1,117 +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/ -.pydevproject -.buildpath -.svn/ -.cvs/ -.dotest/ -*.la -*.lo -*.o -*.in -*.so -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 -index.yaml -core -gen-cpp/ - -# Specific ignores -kernel-test -string-test -mem-test -hash-test -lambda-test -parallel-test -xml-test -xsd-test -atom-test -eval-test -eval-shell -json-test -client-test -memcache-test -curl-test -scdl-test -python-test -python-shell -jni-test -java-test -java-shell -script-test -axiom-test -axis2-test -qpid-test -xmpp-test -pgsql-test -pgsql-standby-test -tinycdb-test -curl-get -curl-connect -rss-test -scribe-cat -js-test -file-test -xml-value -value-xml -json-value -value-json -element-value -value-element -modules/edit/apps/*/htdocs -modules/edit/apps/*/nuvem - |