Updated Branches: refs/heads/master c53bf19a5 -> 4328d48fe
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/4328d48f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/4328d48f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/4328d48f Branch: refs/heads/master Commit: 4328d48fe409c45e46461fb06ae9ff9714c90e06 Parents: c53bf19 Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:16:34 2013 -0700 Committer: purplecabbage <[email protected]> Committed: Mon Jul 15 18:28:11 2013 -0700 ---------------------------------------------------------------------- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/4328d48f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 496ee2c..52b558e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,23 @@ -.DS_Store \ No newline at end of file +#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
