I know we have this in lang's .gitignore. I've added that back when I
didn't know git too well. Today I tend to say that this does not belong
into a project's .gitignore. Ignores for tooling have to go to your global
gitignore imho.

WDYT?

Benedikt

2014-12-13 4:22 GMT+01:00 <ki...@apache.org>:
>
> Repository: commons-text
> Updated Branches:
>   refs/heads/master 7570eb016 -> 182154e5b
>
>
> Update .gitignore, using [lang]'s as basis
>
>
> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/commons-text/commit/182154e5
> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/182154e5
> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/182154e5
>
> Branch: refs/heads/master
> Commit: 182154e5bd4f7f52ffba3728fc03987ff0afda4c
> Parents: 7570eb0
> Author: Bruno P. Kinoshita <ki...@apache.org>
> Authored: Sat Dec 13 01:22:12 2014 -0200
> Committer: Bruno P. Kinoshita <ki...@apache.org>
> Committed: Sat Dec 13 01:22:12 2014 -0200
>
> ----------------------------------------------------------------------
>  .gitignore | 16 +++++++++++++++-
>  1 file changed, 15 insertions(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/commons-text/blob/182154e5/.gitignore
> ----------------------------------------------------------------------
> diff --git a/.gitignore b/.gitignore
> index c2b8af5..338a65b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,3 +1,17 @@
> -target/
> +# Maven build files
> +target
> +*.log
> +maven-eclipse.xml
> +build.properties
>  site-content
>
> +# IntelliJ IDEA files
> +.idea
> +.iws
> +*.iml
> +*.ipr
> +
> +# Eclipse files
> +.settings
> +.classpath
> +.project
>
>

-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to