Skip to content

Commit 129206d

Browse files
committed
[skip ci] Updated licenses and gitignores
1 parent f446e3b commit 129206d

File tree

3 files changed

+47
-10
lines changed

3 files changed

+47
-10
lines changed

options/gitignore/IAR

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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

options/gitignore/Objective-C

-7
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,3 @@ fastlane/report.xml
4242
fastlane/Preview.html
4343
fastlane/screenshots/**/*.png
4444
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/

options/gitignore/Terraform

-3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ override.tf.json
3535
# Ignore CLI configuration files
3636
.terraformrc
3737
terraform.rc
38-
39-
# Ignore hcl file
40-
.terraform.lock.hcl

0 commit comments

Comments
 (0)