添加.gitignore:忽略编译产物、IDE配置及OS文件
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
|||||||
|
# Build output
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
*.elf
|
||||||
|
*.hex
|
||||||
|
*.bin
|
||||||
|
*.map
|
||||||
|
*.lst
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# CubeMX / CubeIDE
|
||||||
|
*.launch
|
||||||
|
.settings/
|
||||||
|
Debug/
|
||||||
|
Release/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
Thumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
.DS_Store
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
EVT/
|
||||||
Reference in New Issue
Block a user