Repository: falcon Updated Branches: refs/heads/master f241255f8 -> ffda98cc1
FALCON-2219 Untracked files after falcon build Author: Praveen Adlakha <[email protected]> Reviewers: @PracheerAgarwal Closes #321 from PraveenAdlakha/2219 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/ffda98cc Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/ffda98cc Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/ffda98cc Branch: refs/heads/master Commit: ffda98cc1dfcc2ac64928ad3d3ab82533e5dcf6f Parents: f241255 Author: Praveen Adlakha <[email protected]> Authored: Wed Dec 14 09:14:58 2016 +0530 Committer: Pallavi Rao <[email protected]> Committed: Wed Dec 14 09:14:58 2016 +0530 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/ffda98cc/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f23a34d..b6733d7 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ logs falcon-ui/dist falcon-ui/node falcon-ui/node_modules + +#Resources jar +unit/src/test/resources/falcon-extensions-*-tests.jar
