You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@steve.apache.org by Greg Stein <gs...@gmail.com> on 2013/06/09 06:20:23 UTC

Re: svn commit: r1491135 - /steve/trunk/.gitignore

What is this for? We're in svn.
On Jun 8, 2013 11:58 PM, <ad...@apache.org> wrote:

> Author: adc
> Date: Sun Jun  9 03:57:59 2013
> New Revision: 1491135
>
> URL: http://svn.apache.org/r1491135
> Log:
> gitignore file
>
> Added:
>     steve/trunk/.gitignore
>
> Added: steve/trunk/.gitignore
> URL:
> http://svn.apache.org/viewvc/steve/trunk/.gitignore?rev=1491135&view=auto
>
> ==============================================================================
> --- steve/trunk/.gitignore (added)
> +++ steve/trunk/.gitignore Sun Jun  9 03:57:59 2013
> @@ -0,0 +1,56 @@
> +*.py[co]
> +
> +# Packages
> +*.egg
> +*.egg-info
> +*.komodo*
> +*.kpf
> +*.log
> +*.pid
> +*.pyc
> +*.swp
> +*.*.swp
> +.*.*.swo
> +build/
> +develop-eggs/
> +dist/
> +docs/_build
> +dropin.cache
> +eggs/
> +include/
> +lib/
> +man/
> +parts/
> +share/
> +.coverage
> +.idea
> +.pip_cache
> +.project
> +.pydevproject
> +.tox
> +/.settings
> +/.metadata
> +.Python
> +
> +# Installer logs
> +pip-log.txt
> +
> +# Unit test / coverage reports
> +.coverage
> +.tox
> +
> +#Translations
> +*.mo
> +
> +#Mr Developer
> +.mr.developer.cfg
> +
> +# intellij project files
> +*.ipr
> +*.iml
> +*.iws
> +.idea
> +# all target dirs
> +target/
> +output/
> +.DS_Store
>
>
>

Re: svn commit: r1491135 - /steve/trunk/.gitignore

Posted by Alan Cabrera <li...@toolazydogs.com>.
Most sane people will be using git svn.  :)


Regards,
Alan

On Jun 8, 2013, at 9:20 PM, Greg Stein <gs...@gmail.com> wrote:

> What is this for? We're in svn.
> On Jun 8, 2013 11:58 PM, <ad...@apache.org> wrote:
> 
>> Author: adc
>> Date: Sun Jun  9 03:57:59 2013
>> New Revision: 1491135
>> 
>> URL: http://svn.apache.org/r1491135
>> Log:
>> gitignore file
>> 
>> Added:
>>    steve/trunk/.gitignore
>> 
>> Added: steve/trunk/.gitignore
>> URL:
>> http://svn.apache.org/viewvc/steve/trunk/.gitignore?rev=1491135&view=auto
>> 
>> ==============================================================================
>> --- steve/trunk/.gitignore (added)
>> +++ steve/trunk/.gitignore Sun Jun  9 03:57:59 2013
>> @@ -0,0 +1,56 @@
>> +*.py[co]
>> +
>> +# Packages
>> +*.egg
>> +*.egg-info
>> +*.komodo*
>> +*.kpf
>> +*.log
>> +*.pid
>> +*.pyc
>> +*.swp
>> +*.*.swp
>> +.*.*.swo
>> +build/
>> +develop-eggs/
>> +dist/
>> +docs/_build
>> +dropin.cache
>> +eggs/
>> +include/
>> +lib/
>> +man/
>> +parts/
>> +share/
>> +.coverage
>> +.idea
>> +.pip_cache
>> +.project
>> +.pydevproject
>> +.tox
>> +/.settings
>> +/.metadata
>> +.Python
>> +
>> +# Installer logs
>> +pip-log.txt
>> +
>> +# Unit test / coverage reports
>> +.coverage
>> +.tox
>> +
>> +#Translations
>> +*.mo
>> +
>> +#Mr Developer
>> +.mr.developer.cfg
>> +
>> +# intellij project files
>> +*.ipr
>> +*.iml
>> +*.iws
>> +.idea
>> +# all target dirs
>> +target/
>> +output/
>> +.DS_Store
>> 
>> 
>>