On Mon, Jul 2, 2012 at 5:10 PM, Justin Deoliveira wrote:
> I actually did add one when i setup the initial repo.
>
> https://github.com/geotools/geotools/blob/master/.gitignore
>
> Not 100% sure i get why we should not have one in the repo Ben?
>
Me neither honestly. Yes, it exposes some Eclipse
On 02/07/12 23:10, Justin Deoliveira wrote:
> Not 100% sure i get why we should not have one in the repo Ben?
Ended up writing a long-winded complaint (see my other email) that
turned into solving my problem and changing my mind. :-)
--
Ben Caradoc-Davies
Software Engineer
CSIRO Earth Science
I actually did add one when i setup the initial repo.
https://github.com/geotools/geotools/blob/master/.gitignore
Not 100% sure i get why we should not have one in the repo Ben?
On Mon, Jul 2, 2012 at 8:12 AM, David Winslow wrote:
> Git supports a user-specific .gitignore file - as described h
Git supports a user-specific .gitignore file - as described here:
https://help.github.com/articles/ignoring-files . It's additive - so both
ignore lists are considered when determining which files to ignore.
Would it make sense to commit a .gitignore for GeoTools with the things
that are produced
Then we will really need to add this to the instructions (or risk
target folders being committed)
--
Jody Garnett
On 02/07/2012, at 4:14 PM, Ben Caradoc-Davies
wrote:
> No, no, never commit .gitignore. Mine always starts with .gitignore :-)
>
> The advantage of a local-only .gitignore is that
No, no, never commit .gitignore. Mine always starts with .gitignore :-)
The advantage of a local-only .gitignore is that every user can adapt
their .gitignore to their local build tools (netbeans ...). If there is
one thing I learned from svn it its that svn:ignore is an antipattern;
it expose
I have locally added the following ".gitignore" (should we consider committing
one of these now that we are all using git?):
> .settings
> .classpath
> .project
> target
> *.pyc
Had a run at setting up from git, using Juno
1) The m2eclipse support still trips over our build (gt-cql makes use