Repository: buildr Updated Branches: refs/heads/master 7a0e75e36 -> e1d982ef5
ignore lib folder created during testing Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/24942893 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/24942893 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/24942893 Branch: refs/heads/master Commit: 24942893ba004b8dafc2ff7a528919815f855de5 Parents: 7a0e75e Author: Antoine Toulme <[email protected]> Authored: Sat Aug 13 16:48:41 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Sat Aug 13 16:48:41 2016 -0700 ---------------------------------------------------------------------- tests/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/24942893/tests/.gitignore ---------------------------------------------------------------------- diff --git a/tests/.gitignore b/tests/.gitignore index f2a4093..c2c66da 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1 +1,2 @@ -**/target \ No newline at end of file +**/target +compile_with_parent/lib/log4j-1.2.16.jar
