Updated Branches: refs/heads/master b4059a2c6 -> 47d669a07
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/47d669a0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/47d669a0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/47d669a0 Branch: refs/heads/master Commit: 47d669a0794908affada7d53e1e71c8cca164ebb Parents: b4059a2 Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:16:34 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:16:34 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/47d669a0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..52b558e --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +#If ignorance is bliss, then somebody knock the smile off my face + +*.csproj.user +*.suo +*.cache +Thumbs.db +*.DS_Store + +*.bak +*.cache +*.log +*.swp +*.user + + + + + + + + + + \ No newline at end of file
