add ignore file
This commit is contained in:
parent
5abb6588a6
commit
2ede1c3ddc
|
@ -0,0 +1,6 @@
|
||||||
|
[ProjectFiles]
|
||||||
|
HeaderPath=..\..\..\..\..\..\Drivers\BSP\STM32WLxx_Nucleo
|
||||||
|
[Others]
|
||||||
|
[Groups]
|
||||||
|
Drivers/BSP/STM32WLxx_Nucleo=../../../../../../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo.c; ../../../../../../Drivers/BSP/STM32WLxx_Nucleo/stm32wlxx_nucleo_radio.c
|
||||||
|
Doc=./readme.txt;
|
|
@ -0,0 +1,89 @@
|
||||||
|
# ---> C
|
||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
*.ko
|
||||||
|
*.obj
|
||||||
|
*.elf
|
||||||
|
*.e1f
|
||||||
|
*.axf
|
||||||
|
*.de
|
||||||
|
*.cyclo
|
||||||
|
*.list
|
||||||
|
*.mk
|
||||||
|
*.settings.xml
|
||||||
|
*.mk
|
||||||
|
# Linker output
|
||||||
|
*.ilk
|
||||||
|
*.map
|
||||||
|
*.exp
|
||||||
|
*.list
|
||||||
|
*.su
|
||||||
|
|
||||||
|
# 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
|
||||||
|
*.axf
|
||||||
|
*.dep
|
||||||
|
*.d
|
||||||
|
*.o
|
||||||
|
*.dp
|
||||||
|
*.lst
|
||||||
|
*.build_log
|
||||||
|
*.build_log.htm
|
||||||
|
|
||||||
|
|
||||||
|
# Debug files
|
||||||
|
*.dSYM/
|
||||||
|
*.su
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
*.dbgconf
|
||||||
|
*.uvguix.lenovo
|
||||||
|
*.uvoptx
|
||||||
|
*.uvprojx
|
||||||
|
*.build_log.htm
|
||||||
|
*.htm
|
||||||
|
*.map
|
||||||
|
*.lnp
|
||||||
|
*.sct
|
||||||
|
*.crf
|
||||||
|
*.lst
|
||||||
|
|
||||||
|
|
||||||
|
# Kernel Module Compile Results
|
||||||
|
*.mod*
|
||||||
|
*.cmd
|
||||||
|
*.htm
|
||||||
|
*.html
|
||||||
|
.tmp_versions/
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
||||||
|
Mkfile.old
|
||||||
|
dkms.conf
|
||||||
|
*.cyclo
|
||||||
|
*.settings.*
|
||||||
|
|
Loading…
Reference in New Issue