-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
148 lines (113 loc) · 2.62 KB
/
.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# This list of files to ignore includes common, tool- or user-specific files that
# are typically not checked into a version control system (VCS). It is a superset
# of such files. You may want to add others, especially if you use a tool not listed
# here. You can remove those that do not apply to you.
#
# The .gitignore file is intended for the git VCS. For another VCS you would specify
# which files to ignore in whatever form your VCS requires. If you do not check your
# code into a VCS, you can ignore the .gitignore file.
# ModusToolbox library repos or information about library dependencies
libs/
# Eclipse IDE for ModusToolbox files
.metadata/
# .cyignore
# .settings/
# .cproject
# .project
# .mtbLaunchConfigs/
# ModusToolbox Configurator generated code
GeneratedSource/
# ModusToolbox build system output
build/
Debug/
Release/
*_build/
# Visual Studio Code
openocd.tcl
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# IAR Embedded Workbench files
# IAR Project file.
# *.ewp
# IAR Settings
/settings/
# Uncomment this if not using project connections
# *.ipcf
# Comment this out if using custom argument variables
*.custom_argvars
# IAR Debugger Settings
# *.ewd
# Comment this out if you use C-Stat or C-Run to compile/analyze your project
*.ewt
# IAR Workspace files
# *.eww
# IAR Debug Exe
/Debug/Exe/
# IAR Debug List
/Debug/List
# IAR Debug Obj
/Obj/*.pbd
/Obj/*.pbd.*
/Obj/*.pbi
/Obj/*.pbi.*
# Log files
*.log
# IAR backup files
Backup*
# IAR dependency files
*.dep
# Compiled Binaries
*.bin
*.elf
*.hex
*.map
# Trash files
*.bak
# Keil uVision files
# Project and package description files
*.cpdsc
*.gpdsc
# uVision Project file (generated by uVision). Uncomment this if do not want to track the Keil uVision project file
# *.uvprojx (is used to build the project from scratch)
# Project options file (contains information about the debugger and trace configuration)
# *.uvoptx
# Project file for multi-project workspaces
# *.uvmpw
# Project screen layout file
*.uvguix.*
# Configuration files for the run-time environment
# RTE/
# Generated output files
*.lst
*.map
# Eclipse workspace/user-specific files/settings/caches
.metadata/
# .settings/
# Vi and Emacs backup files
*~
\#*\#
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
# macOS Finder incidental files
.DS_Store
# Windows Explorer incidental files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
[Dd]esktop.ini