-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
81 lines (73 loc) · 1.48 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
#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
*.old
*.bin
*.obj
*.orig
*.ok
*~
*.o
*.i
*.lst
*.map
*.d
*.crf
*.axf
*.out
*.pbi
*.cout
*.browse
*.scc
*.ncb
#Large stuff
*.zip
*.gz
*.bz
*.gzip
*.7z
*.rar
!SampleCode/StdDriver/WHC_TxRxINT/rtp_whctxrx.bin
!SampleCode/StdDriver/HWSEM_Signal/HWSEM_Signal_rtp.bin
!SampleCode/OpenAMP/Share_Memory_SDRAM/share_memory_sdram.bin
!SampleCode/OpenAMP/Share_Memory_SRAM/share_memory_demo.bin
!SampleCode/StdDriver/SYS_LowPowerMode/pd1.bin