bme680_stm32f446/.gitignore

58 lines
494 B
Plaintext

# STM32Cube copied library and project folders
Drivers/*
MDK-ARM/*
EWARM/*
# CrossWorks project files
!*/*.hzp
!*/*.hzs
*.o
.mxproject
Debug/*
*.settings
# Object files
*.o
*.ko
*.obj
*.elf
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Misc
*.map
*.m
*.png
# Eclipse CDT project files
.cproject
.project
.settings/
# Vagrant directory
.vagrant/
# Include makefiles
!Makefile
*~