mattgallagher / CwlPreconditionTesting

A Mach exception handler that allows Swift precondition failures to be caught and tested.
ISC License
175 stars 46 forks source link

Added .gitignore file, to ignore xcuserdata #2

Closed abbeycode closed 8 years ago

abbeycode commented 8 years ago

When adding this repo as a submodule in another project, opening in Xcode produces user-specific xcuserdata directories, which then cause the submodule to be marked as "dirty". This .gitignore file will make sure those directories are always ignored.

mattgallagher commented 8 years ago

Yeah, sorry about this. I keep this and a number of other standard Xcode/OSX ignore patterns in my global .gitignore so I didn't notice before publishing.