pixelglow / ZipZap

zip file I/O library for iOS, macOS and tvOS
BSD 2-Clause "Simplified" License
1.22k stars 199 forks source link

Adds Carthage/Build into .gitignore #133

Closed mz2 closed 8 years ago

mz2 commented 8 years ago

This is so that ZipZap plays nicer when used with carthage (esp with the flag --use-submodules enabled)

pixelglow commented 8 years ago

Looks good to me!

Please isolate @8220b17 into a separate branch and do a pull request on that, I dislike having extraneous history like @1db2ff6.

pixelglow commented 8 years ago

Any progress on separating out the commit? I would really appreciate the pull request.

mz2 commented 8 years ago

Oops, forgot this totally. I'm afraid I don't actually have a clue of how that same change it into the PR twice (the supposed merge commit has exactly the same content as 8220b17). I'll just close this and make a new PR that just has 8220b17 on top of current master.

mz2 commented 8 years ago

@pixelglow done as #135!