IRCClient/.gitignore
achmizs cf25915c92 Solve null-termination problems (with SA_NSDataExtensions)
IRCClient should no longer have any issues with null termination
of strings (expecting terminated strings and not getting them,
or vice versa).
2015-12-22 17:16:09 -05:00

33 lines
436 B
Plaintext

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
libirc*
NSData*
*~