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