OK, I cleaned up all the .gitignore files. Gary
On Thu, 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]> 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]> wrote: >> >>> You should be able to just put these in the root .gitignore and it >>> applies to all subdirectories. >>> >>> ---------- Forwarded message ---------- >>> From: <[email protected]> >>> Date: 31 August 2016 at 16:40 >>> Subject: logging-log4j2 git commit: Ignore Eclipse IDE files. >>> To: [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 >>> Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit >>> /d529c6c5 >>> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d >>> 529c6c5 >>> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d >>> 529c6c5 >>> >>> Branch: refs/heads/master >>> Commit: d529c6c51ef13e26a03ed97973ceab68ed5961fc >>> Parents: 4dfcb20 >>> Author: ggregory <[email protected]> >>> Authored: Wed Aug 31 14:40:41 2016 -0700 >>> Committer: ggregory <[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/d >>> 529c6c5/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]> >>> >> >> >> >> -- >> E-Mail: [email protected] | [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 >> Home: http://garygregory.com/ >> Tweet! http://twitter.com/GaryGregory >> > > > > -- > Matt Sicker <[email protected]> > -- E-Mail: [email protected] | [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 Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
