summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cd964170f328a91f677beb21a8e81d6ab510e9c6 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

# OS X temporary files #
########################
*.swp
*.lock
profile

# Carthage #
############
Carthage.pkg
Carthage/Checkouts
infer-out
# This ignore here is prevent projects fetching sdl_ios as a submodule using
# Carthage from resulting as `-dirty` in the `git status`.
Carthage/Build

docs/docsets/
.idea
*venv*
*__pycache__
*.pytest_cache
**htmlcov
**.coverage
_debug*