Updated Branches: refs/heads/master b0f28b0fb -> 980a7096b
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/980a7096 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/980a7096 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/980a7096 Branch: refs/heads/master Commit: 980a7096b6e3226405e2488f04ace80930f67d1b Parents: b0f28b0 Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:16:33 2013 -0700 Committer: purplecabbage <[email protected]> Committed: Mon Jul 15 18:25:20 2013 -0700 ---------------------------------------------------------------------- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/980a7096/.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
