Updated Branches: refs/heads/master 648a53647 -> 6fc27e726
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/6fc27e72 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/6fc27e72 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/6fc27e72 Branch: refs/heads/master Commit: 6fc27e72607ebe6bac6548493ea2c4b7cc79ef02 Parents: 648a536 Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:02:42 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:02:42 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/6fc27e72/.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
