Updated Branches: refs/heads/master 630d2324d -> 9387b4f0a
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/9387b4f0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/9387b4f0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/9387b4f0 Branch: refs/heads/master Commit: 9387b4f0aca9335330a1f350abfe05d866658780 Parents: 630d232 Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:05:45 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:05:45 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/9387b4f0/.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
