2020-09-14 20:32:07 +00:00
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
|
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
|
|
|
# http://www.gnu.org/software/automake
|
|
|
|
Makefile.in
|
|
|
|
|
|
|
|
# http://www.gnu.org/software/autoconf
|
|
|
|
/autom4te.cache
|
|
|
|
/aclocal.m4
|
|
|
|
/compile
|
|
|
|
/configure
|
|
|
|
/depcomp
|
|
|
|
/install-sh
|
|
|
|
/missing
|
|
|
|
|
|
|
|
# OS X
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
Icon
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# Files that might appear on external disk
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
|
|
|
|
# Subversion
|
|
|
|
.svn/
|
|
|
|
|
|
|
|
# Linux
|
|
|
|
.*
|
|
|
|
!.gitignore
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Project specific
|
|
|
|
/build
|
2021-03-23 22:31:27 +00:00
|
|
|
sdkconfig.old
|