tao_z
2021-04-11 6d4ddf7d2a2cd72c58876257700b34c63e5063d3
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
 
# Created by https://www.gitignore.io/api/visualstudiocode,iar
# Edit at https://www.gitignore.io/?templates=visualstudiocode,iar
 
### IAR ###
# Compiled binaries
*.o
*.bin
*.elf
*.hex
*.map
*.out
*.obj
 
# Trash
*.bak
thumbs.db
*.~*
 
# IAR Settings
**/settings/*.crun
**/settings/*.dbgdt
**/settings/*.cspy
**/settings/*.cspy.*
**/settings/*.xcl
**/settings/*.dni
**/settings/*.wsdt
**/settings/*.wspos
 
# IAR Debug Exe
**/Exe/*.sim
 
# IAR Debug Obj
**/Obj/*.pbd
**/Obj/*.pbd.*
**/Obj/*.pbi
**/Obj/*.pbi.*
 
# IAR project "Debug" directory
Debug/
 
# IAR project "Release" directory
Release/
 
# IAR project settings directory
settings/
 
# IAR backup files
Backup*
 
# IAR .dep files
*.dep
*.ewp
 
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
 
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
 
# End of https://www.gitignore.io/api/visualstudiocode,iar
 
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
.vscode/settings.json
.vscode/c_cpp_properties.json
.vscode/*
*.ewd
*.ewt
*.eww
*.log