Updated Branches: refs/heads/master 9bfeeac00 -> 601c23433
ignore stuff Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/601c2343 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/601c2343 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/601c2343 Branch: refs/heads/master Commit: 601c23433d4391843abdfe9d2cd5cb6caa76c601 Parents: 9bfeeac Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 18:16:34 2013 -0700 Committer: purplecabbage <[email protected]> Committed: Mon Jul 15 18:30:31 2013 -0700 ---------------------------------------------------------------------- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/601c2343/.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
