Updated Branches: refs/heads/master bd98d6ebe -> d60e0d9c7
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/d60e0d9c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/d60e0d9c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/d60e0d9c Branch: refs/heads/master Commit: d60e0d9c73386aefe9d29f120d20455e4ed30e05 Parents: bd98d6e 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-splashscreen/blob/d60e0d9c/.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
