add back gitignore for deeper bin
Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/ecded627 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/ecded627 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/ecded627 Branch: refs/heads/master Commit: ecded627728a807b304492ad1fa64fa6355620af Parents: c5f587c Author: Jesse MacFadyen <[email protected]> Authored: Tue May 28 14:15:03 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Tue May 28 14:15:03 2013 -0700 ---------------------------------------------------------------------- .gitignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ecded627/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 1f731e9..7e3a752 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ bld *.sdf Debug obj -Thumbs.db \ No newline at end of file +Thumbs.db + +windows8/test/bin/ \ No newline at end of file
