File tree 1 file changed +123
-0
lines changed
1 file changed +123
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .d
2
+
3
+ * .o
4
+ * .ko
5
+ * .obj
6
+ * .elf
7
+
8
+ * .ilk
9
+ * .map
10
+ * .exp
11
+
12
+ * .gch
13
+ * .pch
14
+
15
+ * .lib
16
+ * .a
17
+ * .la
18
+ * .lo
19
+
20
+ * .dll
21
+ * .so
22
+ * .so. *
23
+ * .dylib
24
+
25
+ * .exe
26
+ * .out
27
+ * .app
28
+ * .i * 86
29
+ * .x86_64
30
+ * .hex
31
+
32
+ * .dSYM /
33
+ * .su
34
+ * .idb
35
+ * .pdb
36
+
37
+ * .mod *
38
+ * .cmd
39
+ .tmp_versions /
40
+ modules.order
41
+ Module.symvers
42
+ Mkfile.old
43
+ dkms.conf
44
+
45
+ * .slo
46
+
47
+ * .mod
48
+ * .smod
49
+
50
+ * .lai
51
+
52
+ .DS_Store
53
+ .AppleDouble
54
+ .LSOverride
55
+
56
+ Icon
57
+
58
+ ._ *
59
+
60
+ .DocumentRevisions-V100
61
+ .fseventsd
62
+ .Spotlight-V100
63
+ .TemporaryItems
64
+ .Trashes
65
+ .VolumeIcon.icns
66
+ .com.apple.timemachine.donotpresent
67
+
68
+ .AppleDB
69
+ .AppleDesktop
70
+ Network Trash Folder
71
+ Temporary Items
72
+ .apdisk
73
+
74
+ * .icloud
75
+
76
+ xcuserdata /
77
+
78
+ * .xcscmblueprint
79
+ * .xccheckout
80
+
81
+ build /
82
+ DerivedData /
83
+ * .moved-aside
84
+ * .pbxuser
85
+ ! default.pbxuser
86
+ * .mode1v3
87
+ ! default.mode1v3
88
+ * .mode2v3
89
+ ! default.mode2v3
90
+ * .perspectivev3
91
+ ! default.perspectivev3
92
+
93
+ * .hmap
94
+
95
+ * .ipa
96
+ * .dSYM.zip
97
+ * .dSYM
98
+
99
+ Carthage /Build /
100
+
101
+ fastlane /report.xml
102
+ fastlane /Preview.html
103
+ fastlane /screenshots /** /* .png
104
+ fastlane /test_output
105
+
106
+ iOSInjectionProject /
107
+
108
+ timeline.xctimeline
109
+ playground.xcworkspace
110
+
111
+ .build /
112
+
113
+ Dependencies /
114
+ .accio /
115
+
116
+ * .xcodeproj /*
117
+ ! * .xcodeproj /project.pbxproj
118
+ ! * .xcodeproj /xcshareddata /
119
+ ! * .xcodeproj /project.xcworkspace /
120
+ ! * .xcworkspace /contents.xcworkspacedata
121
+ /* .gcno
122
+ ** /xcshareddata /WorkspaceSettings.xcsettings
123
+
You can’t perform that action at this time.
0 commit comments