-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (66 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
83 lines (66 loc) · 1.35 KB
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
# Local config files
.github/
# Wiki pieces
wiki/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Debug configuration
.cmsis/
# Build results
/out/
[Dd]ebug/
[Rr]elease/
# Files built by Visual Studio
*.o
*.d
*.eep
*.hex
*.elf
# Linker output
*.ilk
*.map
*.lss
# Clang specific
*.ast
*.clangd
*.cache/
*.tmp
# Documentation
docs/*
!docs/Doxyfile
!docs/Lamp.png
!docs/mainpage.md
*.componentinfo.xml
# CMSIS Solution files and folders not to be tracked
# generated RTE files
**/RTE/_*/RTE_Components.h
**/RTE/_*/Pre_Include_*.h
# Build Output for CMSIS-Toolbox
**/Solution/[Oo][Uu][Tt]
**/Solution/*/[Rr][Tt][Ee]/CMSIS/*
**/Solution/*/[Rr][Tt][Ee]/_[Dd]ebug_*/
**/Solution/*/[Rr][Tt][Ee]/_[Rr]elease_*/
**/Solution/*/[Rr][Tt][Ee]/[Dd]evice/*/*
# Exclude for CMSIS-Toolbox
!**/Solution/*/[Rr][Tt][Ee]/CMSIS/*.c
!**/Solution/*/[Rr][Tt][Ee]/CMSIS/*.h
!**/Solution/*/[Rr][Tt][Ee]/[Dd]evice/*/ac6_linker_script.sct.src
!**/Solution/*/[Rr][Tt][Ee]/[Dd]evice/*/regions_*.h
# directory containing intermediate files to be regenerated
**/tmp
# cbuild output files
*.cbuild.yml
*.cbuild-idx.yml
*.cbuild-run.yml
*.cbuild-set.yml
*.cbuild-idx.yml
*.cbuild-pack.yml
# .vscode JSON and debug adapter files generated by CMSIS Solution
.vscode/
.cmd.jlink
.history/
*.code-workspace
# Build Output for Code Composer Studio
**/TIClang_Debug/
**/*_[Dd]ebug/
**/*_[Rr]elease/