Motion_EC_Stm32_archived/.gitignore

57 lines
503 B
Plaintext
Raw Permalink Normal View History

2020-02-20 11:39:38 +08:00
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
2020-08-21 18:08:53 +08:00
2020-04-02 22:18:11 +08:00
/Debug/
/Release/
2020-08-21 18:08:53 +08:00
/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c