added recursivePlug test artifacts to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/c1598fb4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/c1598fb4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/c1598fb4 Branch: refs/heads/master Commit: c1598fb48a0f96febf7f1d9288826ff6fe65e79f Parents: 7c70779 Author: Steve Gill <[email protected]> Authored: Sun Jan 24 21:25:11 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Sun Jan 24 21:25:11 2016 -0800 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/c1598fb4/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index a7f3e17..ea05522 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ spec-cordova/fixtures/projects/cordova *.jar src/plugman/defaults.json cordova-lib/src/plugman/defaults.json +cordova-lib/spec-plugman/plugins/recursivePlug/demo/fetch.json +cordova-lib/spec-plugman/plugins/recursivePlug/demo/test-recursive --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
