What is this for? We're in svn.
On Jun 8, 2013 11:58 PM, <[email protected]> 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
>
>
>

Reply via email to