Updated Branches: refs/heads/master 83816f21c -> a36ea7299
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/a36ea729 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/a36ea729 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/a36ea729 Branch: refs/heads/master Commit: a36ea72996004415d6c48810e700c876bc49e150 Parents: 83816f2 Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:16:33 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:19:00 2013 -0700 ---------------------------------------------------------------------- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/a36ea729/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e43b0f9..52b558e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,23 @@ -.DS_Store +#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
