jverkoey / ObjQREncoder

Objective-C QR Encoder
390 stars 102 forks source link

gitignore xcode 4.2 xcuserdata folder #6

Closed marcuswestin closed 13 years ago

marcuswestin commented 13 years ago

Hey guys,

We're using ObjQREncoder as a git submodule - thanks for the great code!

xcode 4.2 generates an xcuserdata folder which causes the git submodule to be marked as modified after building the project. Pretty annoying... This patch takes care of that.

Anyways - cheers! Marcus