CenterForOpenScience / COSDev

COS Development Docs
http://cosdev.readthedocs.io
6 stars 34 forks source link

Fix GFortran URL, add a missing step #7

Closed csheldonhess closed 10 years ago

JeffSpies commented 10 years ago

Don't forget to git ignore your .DS_Stores.

On Thu, Sep 4, 2014 at 3:53 PM, Coral Sheldon-Hess <notifications@github.com

wrote:


You can merge this Pull Request by running

git pull https://github.com/csheldonhess/COSDev master

Or view, comment on, or merge it at:

https://github.com/CenterForOpenScience/COSDev/pull/7 Commit Summary

  • Fix GFortran URL, add a missing step

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/CenterForOpenScience/COSDev/pull/7.

csheldonhess commented 10 years ago

OK, so I think I fixed it. Sorry about that, I know better.

JeffSpies commented 10 years ago

Not a big deal--many eyes find many bugs. I almost always forget about .gitignore and only realize it when I see "A .DS_Store" or, more often, a huge list of adds because I've forgotten to ignore PyCharm's .idea folder.

What this really demonstrates is @sloria's lack of empathy for non-vim, non-terminal-bound developers:

https://github.com/github/gitignore/blob/master/Global/OSX.gitignore https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore

@sloria, the latter is less practical and more for personal growth.

On Thu, Sep 4, 2014 at 4:47 PM, Coral Sheldon-Hess <notifications@github.com

wrote:

OK, so I think I fixed it. Sorry about that, I know better.

— Reply to this email directly or view it on GitHub https://github.com/CenterForOpenScience/COSDev/pull/7#issuecomment-54542342 .

sloria commented 10 years ago

@JeffSpies ha, yes, those gitignore templates are truly eye-opening.

@csheldonhess I recommend using a global gitignore for ignoring those pesky OS-related files. http://augustl.com/blog/2009/global_gitignores/

Thanks for the fix!