Updated Branches: refs/heads/master 50d4d0626 -> a89a7c7b6
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/a89a7c7b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/a89a7c7b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/a89a7c7b Branch: refs/heads/master Commit: a89a7c7b61bb44996d61e654bd857b199484db9b Parents: 50d4d06 Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:13:17 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:13:17 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/a89a7c7b/.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
