git ignore
This commit is contained in:
parent
e9dc2d6938
commit
8a4e396ae4
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
# Ignore build outputs
|
||||
/Debug/
|
||||
/Release/
|
||||
|
||||
# STM32 auto-generated folders
|
||||
/Drivers/
|
||||
/MXGeneratedFiles/
|
||||
/Middlewares/
|
||||
|
||||
/build/
|
||||
/*.ioc
|
||||
|
||||
# Ignore user-specific or IDE files
|
||||
*.launch
|
||||
*.settings/
|
||||
*.project
|
||||
*.cproject
|
||||
|
||||
# Compiled object files
|
||||
*.o
|
||||
*.elf
|
||||
*.bin
|
||||
*.hex
|
||||
*.map
|
||||
*.d
|
||||
|
||||
# Ignore backup files
|
||||
*~
|
||||
*.swp
|
||||
*.bak
|
||||
|
||||
# Don't ignore version control
|
||||
!.git/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user