Repository: commons-testing Updated Branches: refs/heads/master 2062a231b -> 41e52b6cb
Let .gitignore from the root work for all folders. Project: http://git-wip-us.apache.org/repos/asf/commons-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-testing/commit/41e52b6c Tree: http://git-wip-us.apache.org/repos/asf/commons-testing/tree/41e52b6c Diff: http://git-wip-us.apache.org/repos/asf/commons-testing/diff/41e52b6c Branch: refs/heads/master Commit: 41e52b6cb1f78d449cde77bb8ae063cdc6bf9c7b Parents: 2062a23 Author: Gary Gregory <[email protected]> Authored: Sun Feb 4 14:19:22 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun Feb 4 14:19:22 2018 -0700 ---------------------------------------------------------------------- commons-testing-generic/.gitignore | 4 ---- commons-testing-junit4/.gitignore | 4 ---- 2 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-testing/blob/41e52b6c/commons-testing-generic/.gitignore ---------------------------------------------------------------------- diff --git a/commons-testing-generic/.gitignore b/commons-testing-generic/.gitignore deleted file mode 100644 index 9fac551..0000000 --- a/commons-testing-generic/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/.classpath -/.project -/target/ http://git-wip-us.apache.org/repos/asf/commons-testing/blob/41e52b6c/commons-testing-junit4/.gitignore ---------------------------------------------------------------------- diff --git a/commons-testing-junit4/.gitignore b/commons-testing-junit4/.gitignore deleted file mode 100644 index 10d81e8..0000000 --- a/commons-testing-junit4/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.classpath -/.project -/.settings/ -/target/
