-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (27 loc) · 790 Bytes
/
.gitignore
File metadata and controls
30 lines (27 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
# Unit tests make use of a set of prepared Git repositories.
# There repositories are stored in a Fixtures directory.
# The repositories themselves should not be tracked. Instead,
# a zip file containing the repositories is checked into source
# control. The tests then unzip that zip file as needed.
GiftTests/Fixtures/Fixtures/ # Zipped to "GiftTests/Fixtures/Fixtures.zip"
# Gift-iOS requires fat libraries for OpenSSL (libcrypto.a and libssl.a),
# libssh2, and libgit2. Rake tasks build these libraries to the following
# directories:
External/openssl-iOS/
External/libgit2-iOS/