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/d529c6c5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d529c6c5 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/ 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]>
