ignore .bundle folder
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/abb29da4 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/abb29da4 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/abb29da4 Branch: refs/heads/master Commit: abb29da4f88c05faa504ef6db7fb44861755d219 Parents: 0b8ede4 Author: Antoine Toulme <[email protected]> Authored: Fri Aug 12 23:19:27 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Fri Aug 12 23:19:27 2016 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/abb29da4/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 9f5516e..614513b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ *.rbc /site /lib/buildr/scala/org/apache/buildr/Specs2Runner.class +.bundle
