-
Notifications
You must be signed in to change notification settings - Fork 45
/
.gitignore
57 lines (47 loc) · 873 Bytes
/
.gitignore
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
54
55
56
57
# built
*.app
*.a
# osx
.DS_Store
# win
*.exe
*.dll
# xcode
*.pbxuser
*.perspectivev3
*.mode1v3
xcuserdata
build
# codeblocks
*.layout
*.depend
*.cbTemp
# example project files
pdExample/Makefile
pdExample/*.xcodeproj
pdExample/config.make
pdExample/*xcconfig
pdExample/*.plist
pdExample/of.entitlements
pdMultiExample/Makefile
pdMultiExample/*.xcodeproj
pdMultiExample/config.make
pdMultiExample/*xcconfig
pdMultiExample/*.plist
pdMultiExample/of.entitlements
pdExampleIOS/Makefile
pdExampleIOS/*.xcodeproj
pdExampleIOS/config.make
pdExampleIOS/*xcconfig
pdExampleIOS/*.plist
pdExampleIOS/*.pch
pdExampleIOS/bin/data/Default*.png
pdExampleIOS/bin/data/Icon*.png
pdExampleIOS/mediaAssets/
pdExampleIOS/of.entitlements
pitchShifter/Makefile
pitchShifter/*.xcodeproj
pitchShifter/config.make
pitchShifter/*xcconfig
pitchShifter/*.plist
pitchShifter/of.entitlements