-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
106 lines (98 loc) · 2.91 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
#For Keil
obj/
lst/
#For IAR
Debug/
Release/
settings/
# For GCC
!.cproject
!.project
.lock
.location
.markers
version.ini
.history/
.mylyn/
Packages/
.settings/
RemoteSystemsTempFiles/
Samplecode/*/*/GCC/.metadata/.plugins/*
Samplecode/*/*/packages/
Samplecode/*/GCC/.metadata/.plugins/*
Samplecode/*/packages/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.core.resources/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.debug.core/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.debug.ui/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.e4.workbench/
!Samplecode/*/*/GCC/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.core.resources/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.debug.core/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.debug.ui/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.e4.workbench/
!Samplecode/*/GCC/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/
#For OSX
.DS_Store
#Files
*.log
*.dep
*.bak
*.uvgui.*
*.uvopt
*.txt
!LICENSE.txt
!NOTICE.txt
!Library/CMSIS/DAP/Firmware/Examples/LPC-Link-II/Abstract.txt
!Library/CMSIS/DAP/Firmware/Examples/XMC4200/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/Abstract.txt
!Library/CMSIS/DSP_Lib/license.txt
!Library/CMSIS/Lib/license.txt
!Library/CMSIS/README.txt
!SampleCode/Semihost/README.txt
*.old
*.bin
!SampleCode/StdDriver/FMC_IAP/GCC/LDROM_code.bin
!SampleCode/StdDriver/FMC_IAP/IAR/dummy.bin
!SampleCode/StdDriver/FMC_IAP/IAR/Release/
!SampleCode/StdDriver/FMC_IAP/IAR/Release/Exe/LDROM_code.bin
!SampleCode/StdDriver/FMC_IAP/IAR/DEBUG/
!SampleCode/StdDriver/FMC_IAP/IAR/DEBUG/Exe/LDROM_code.bin
!SampleCode/StdDriver/FMC_IAP/Keil/obj/
!SampleCode/StdDriver/FMC_IAP/Keil/obj/LDROM_code.bin
*.obj
*.orig
*.ok
*~
*.o
*.i
*.lst
*.map
*.d
*.crf
*.axf
*.out
*.pbi
*.cout
*.browse
*.scc
#Large stuff
*.zip
*.gz
*.bz
*.gzip
*.7z
*.rar