Updated Branches: refs/heads/master b08dc7fcb -> 304782e27
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/304782e2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/304782e2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/304782e2 Branch: refs/heads/master Commit: 304782e27dc05d1d7f479ba9581004352d6a7cd7 Parents: b08dc7f Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:16:34 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 18:16:34 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/304782e2/.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
