File tree 3 files changed +47
-10
lines changed
3 files changed +47
-10
lines changed Original file line number Diff line number Diff line change
1
+ # Compiled binaries
2
+ *.o
3
+ *.bin
4
+ *.elf
5
+ *.hex
6
+ *.map
7
+ *.out
8
+ *.obj
9
+
10
+ # Trash
11
+ *.bak
12
+ thumbs.db
13
+ *.~*
14
+
15
+ # IAR Settings
16
+ **/settings/*.crun
17
+ **/settings/*.dbgdt
18
+ **/settings/*.cspy
19
+ **/settings/*.cspy.*
20
+ **/settings/*.xcl
21
+ **/settings/*.dni
22
+ **/settings/*.wsdt
23
+ **/settings/*.wspos
24
+
25
+ # IAR Debug Exe
26
+ **/Exe/*.sim
27
+
28
+ # IAR Debug Obj
29
+ **/Obj/*.pbd
30
+ **/Obj/*.pbd.*
31
+ **/Obj/*.pbi
32
+ **/Obj/*.pbi.*
33
+
34
+ # IAR project "Debug" directory
35
+ Debug/
36
+
37
+ # IAR project "Release" directory
38
+ Release/
39
+
40
+ # IAR project settings directory
41
+ settings/
42
+
43
+ # IAR backup files
44
+ Backup*
45
+
46
+ # IAR .dep files
47
+ *.dep
Original file line number Diff line number Diff line change @@ -42,10 +42,3 @@ fastlane/report.xml
42
42
fastlane/Preview.html
43
43
fastlane/screenshots/**/*.png
44
44
fastlane/test_output
45
-
46
- # Code Injection
47
- #
48
- # After new code Injection tools there's a generated folder /iOSInjectionProject
49
- # https://github.com/johnno1962/injectionforxcode
50
-
51
- iOSInjectionProject/
Original file line number Diff line number Diff line change @@ -35,6 +35,3 @@ override.tf.json
35
35
# Ignore CLI configuration files
36
36
.terraformrc
37
37
terraform.rc
38
-
39
- # Ignore hcl file
40
- .terraform.lock.hcl
You can’t perform that action at this time.
0 commit comments