yoyofr / modizer

iOS chiptune/module player
http://yoyofr.blogspot.com/p/modizer.html
132 stars 45 forks source link

gitignore: Xcode user data, vim swap files #4

Closed mistydemeo closed 12 years ago

mistydemeo commented 12 years ago

This should help keep commits clean. I updated the .gitignore to ignore all xcodeuserdata folders. (Plus vim swap files, for my sake.)

Since .gitignore supports wildcards, I cleaned out the long list of specific files; they'll be matched by the single xcuserdata rule.

yoyofr commented 12 years ago

I've included the change directly in my latest commit.