repo.or.cz
/
IRCClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rewrite of core IRC code in Objective C (NSStream)
[IRCClient.git]
/
.gitignore
blob
53932a41ec6e32e2e94cf1577ae631cf21067c43
1
# Xcode
2
#
3
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
5
## Build generated
6
build/
7
DerivedData
8
9
## Various settings
10
*.pbxuser
11
!default.pbxuser
12
*.mode1v3
13
!default.mode1v3
14
*.mode2v3
15
!default.mode2v3
16
*.perspectivev3
17
!default.perspectivev3
18
xcuserdata
19
20
## Other
21
*.xccheckout
22
*.moved-aside
23
*.xcuserstate
24
*.xcscmblueprint
25
26
## Obj-C/Swift specific
27
*.hmap
28
*.ipa
29
30
.DS_Store
31
32
*~