-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (62 loc) · 903 Bytes
/
Copy path.gitignore
File metadata and controls
79 lines (62 loc) · 903 Bytes
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
#忽略调试生成的一些中间文件
# Ignore other generated files
build.ninja
# Ignore project-specific files
.mxproject
# Ignore binaries and other compiled outputs
*.o
*.a
*.out
*.exe
*.dll
*.so
*.dylib
# Ignore log and temporary files
*.log
*.tmp
*.bak
# Ignore system files
.DS_Store
Thumbs.db
# Specific to STM32 projects
# *.ioc
*.ld
*.bin
*.hex
*.elf
*.map
*.srec
# Ignore core dumps and crash reports
core.*
*.core
# Ignore IDE project files
*.project
*.cproject
.idea/
*.iml
# 忽略 Control_Unit\Software
.vscode
build
# Ignore CMake related files
cmake/
CMakeFiles/
CMakeCache.txt
CMakeLists.txt
CMakeLists.txt.user
CMakePresets.json
cmake_install.cmake
compile_commands.json
# 忽略office临时文件
~$*
# 忽略mp4文件
*.mp4
# # 忽略python中间文件
__pycache__
# 忽略dataset文件夹
dataset
dataset
_.md
# 忽略 MP4文件
*.mp4
# 忽略 jpg 文件
*.jpg