You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by js...@apache.org on 2012/02/03 12:03:32 UTC

svn commit: r1240076 - in /incubator/ooo/trunk: .gitignore main/.gitignore

Author: jsc
Date: Fri Feb  3 11:03:31 2012
New Revision: 1240076

URL: http://svn.apache.org/viewvc?rev=1240076&view=rev
Log:
move .gitignore in root

Added:
    incubator/ooo/trunk/.gitignore   (with props)
Removed:
    incubator/ooo/trunk/main/.gitignore

Added: incubator/ooo/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/.gitignore?rev=1240076&view=auto
==============================================================================
--- incubator/ooo/trunk/.gitignore (added)
+++ incubator/ooo/trunk/.gitignore Fri Feb  3 11:03:31 2012
@@ -0,0 +1,71 @@
+# various extensions left behind
+*.sw[op]
+*-
+*-HEAD
+*-git
+*-patched
+*-pristine
+*.bak
+*.cxx-*
+*.git
+*.hxx-*
+*.log
+*.orig
+*.patched
+*.pristine
+*.pyc
+*.rej
+*~
+.\#*
+*.o
+
+# configure autoconf related
+/main/Linux*Env.Set*
+/main/MacOS*Env.Set*
+/main/autom4te.cache
+/main/config.guess
+/main/config.log
+/main/config.parms
+/main/config.status
+/main/configure
+/main/set_soenv
+/main/bootstrap
+/main/makefile.mk
+/main/solver
+/main/winenv.set*
+/main/Makefile
+/main/dmake/*
+/main/guw/guw.exe*
+/main/warn
+
+# misc
+CVS
+TAGS
+\#*
+
+# id-utils, ctags, cscope
+/ID
+/tags
+/*/ID
+/*/tags
+/*/cscope.files
+/*/cscope.in.out
+/*/cscope.out
+/*/cscope.po.out
+
+# externals
+/main/external/unowinreg/unowinreg.dll
+/main/external/msvcp90/*
+/main/moz/zipped/*
+
+# $INPATH output directories
+/*/*/unxlng??
+/*/*/unxlng??.pro
+/*/*/wntmsc???
+/*/*/wntmsc???.pro
+/*/*/wntgcc?
+/*/*/wntgcc?.pro
+/*/*/unxso???
+/*/*/unxso???.pro
+/*/*/unxmac??
+/*/*/unxmac??.pro

Propchange: incubator/ooo/trunk/.gitignore
------------------------------------------------------------------------------
    svn:executable = *



Re: svn commit: r1240076 - in /incubator/ooo/trunk: .gitignore main/.gitignore

Posted by Jürgen Schmidt <jo...@googlemail.com>.
On 2/4/12 3:13 PM, Ariel Constenla-Haile wrote:
> On Fri, Feb 03, 2012 at 11:03:32AM -0000, jsc@apache.org wrote:
>> Author: jsc
>> Date: Fri Feb  3 11:03:31 2012
>> New Revision: 1240076
>>
>> URL: http://svn.apache.org/viewvc?rev=1240076&view=rev
>> Log:
>> move .gitignore in root
>>
>> Added:
>>      incubator/ooo/trunk/.gitignore   (with props)
>> Removed:
>>      incubator/ooo/trunk/main/.gitignore
>
> moving .gitignore to trunk will cause trouble for people not checking
> trunk but separate repositories for main et al. (I find it faster and
> practical for my use-case working with separate repos); copying instead
> of moving will help in this case.
>

that is fine for me as well, I haven't thought about it this way because 
I work mainly with trunk.

We can revert the move and can place a second .gitignore file in 
ext_libraries. But I have added some other MacOS related files also.

Juergen


Re: svn commit: r1240076 - in /incubator/ooo/trunk: .gitignore main/.gitignore

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On Fri, Feb 03, 2012 at 11:03:32AM -0000, jsc@apache.org wrote:
> Author: jsc
> Date: Fri Feb  3 11:03:31 2012
> New Revision: 1240076
> 
> URL: http://svn.apache.org/viewvc?rev=1240076&view=rev
> Log:
> move .gitignore in root
> 
> Added:
>     incubator/ooo/trunk/.gitignore   (with props)
> Removed:
>     incubator/ooo/trunk/main/.gitignore

moving .gitignore to trunk will cause trouble for people not checking
trunk but separate repositories for main et al. (I find it faster and
practical for my use-case working with separate repos); copying instead
of moving will help in this case.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina