I really don’t like having .gitignore as part of the project. I use a global gitignore to make sure it applies to everything.
Ralph > On Sep 1, 2016, at 7:35 AM, Matt Sicker <[email protected]> wrote: > > Oh, whoops, get rid of the leading slash. > > On 1 September 2016 at 09:24, Gary Gregory <[email protected] > <mailto:[email protected]>> wrote: > That did not work for me. Feel free to fiddle. > > Gary > > On Wed, Aug 31, 2016 at 7:17 PM, Matt Sicker <[email protected] > <mailto:[email protected]>> wrote: > You should be able to just put these in the root .gitignore and it applies to > all subdirectories. > > ---------- Forwarded message ---------- > From: <[email protected] <mailto:[email protected]>> > Date: 31 August 2016 at 16:40 > Subject: logging-log4j2 git commit: Ignore Eclipse IDE files. > To: [email protected] <mailto:[email protected]> > > > Repository: logging-log4j2 > Updated Branches: > refs/heads/master 4dfcb20ec -> d529c6c51 > > > Ignore Eclipse IDE files. > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > <http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo> > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d529c6c5 > <http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d529c6c5> > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d529c6c5 > <http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d529c6c5> > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d529c6c5 > <http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d529c6c5> > > Branch: refs/heads/master > Commit: d529c6c51ef13e26a03ed97973ceab68ed5961fc > Parents: 4dfcb20 > Author: ggregory <[email protected] <mailto:[email protected]>> > Authored: Wed Aug 31 14:40:41 2016 -0700 > Committer: ggregory <[email protected] <mailto:[email protected]>> > Committed: Wed Aug 31 14:40:41 2016 -0700 > > ---------------------------------------------------------------------- > log4j-api-scala_2.11/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d529c6c5/log4j-api-scala_2.11/.gitignore > > <http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d529c6c5/log4j-api-scala_2.11/.gitignore> > ---------------------------------------------------------------------- > diff --git a/log4j-api-scala_2.11/.gitignore b/log4j-api-scala_2.11/.gitignore > index ddd6d6d..240ba48 100644 > --- a/log4j-api-scala_2.11/.gitignore > +++ b/log4j-api-scala_2.11/.gitignore > @@ -1,3 +1,5 @@ > /.settings/ > /.classpath > /.project > +/.cache-main > +/.cache-tests > > > > > -- > Matt Sicker <[email protected] <mailto:[email protected]>> > > > > -- > E-Mail: [email protected] <mailto:[email protected]> | > [email protected] <mailto:[email protected]> > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> > Home: http://garygregory.com/ <http://garygregory.com/> > Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory> > > > -- > Matt Sicker <[email protected] <mailto:[email protected]>>
