kopia lustrzana https://github.com/Rodmg/esptool-gui
68 wiersze
585 B
Plaintext
68 wiersze
585 B
Plaintext
|
###C++###
|
||
|
|
||
|
# Compiled Object files
|
||
|
*.slo
|
||
|
*.lo
|
||
|
*.o
|
||
|
|
||
|
# Compiled Dynamic libraries
|
||
|
*.so
|
||
|
*.dylib
|
||
|
|
||
|
# Compiled Static libraries
|
||
|
*.lai
|
||
|
*.la
|
||
|
*.a
|
||
|
|
||
|
|
||
|
###OSX###
|
||
|
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
Icon
|
||
|
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear on external disk
|
||
|
.Spotlight-V100
|
||
|
.Trashes
|
||
|
|
||
|
|
||
|
###Windows###
|
||
|
|
||
|
# Windows image file caches
|
||
|
Thumbs.db
|
||
|
ehthumbs.db
|
||
|
|
||
|
# Folder config file
|
||
|
Desktop.ini
|
||
|
|
||
|
# Recycle Bin used on file shares
|
||
|
$RECYCLE.BIN/
|
||
|
|
||
|
|
||
|
###Qt###
|
||
|
|
||
|
# C++ objects and libs
|
||
|
|
||
|
*.slo
|
||
|
*.lo
|
||
|
*.o
|
||
|
*.a
|
||
|
*.la
|
||
|
*.lai
|
||
|
*.so
|
||
|
*.dll
|
||
|
*.dylib
|
||
|
|
||
|
# Qt-es
|
||
|
|
||
|
*.pro.user
|
||
|
*.pro.user.*
|
||
|
moc_*.cpp
|
||
|
qrc_*.cpp
|
||
|
Makefile
|
||
|
*-build-*
|