Updated Branches: refs/heads/master 834248d04 -> 616bc344b
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/616bc344 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/616bc344 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/616bc344 Branch: refs/heads/master Commit: 616bc344beadc469333bc97969d8b55083012c84 Parents: 834248d Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 17:59:21 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 17:59:21 2013 -0700 ---------------------------------------------------------------------- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/616bc344/.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
