mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
48 lines
605 B
Plaintext
48 lines
605 B
Plaintext
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
.cache
|
|
|
|
# Binary builds
|
|
udp_function_generator
|
|
udp_function_generator.exe
|
|
|
|
# Build & IDEs
|
|
*.kdev*
|
|
build/*
|
|
*.vscode
|
|
*.layout
|
|
*.qmlls.ini
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# Qt project file
|
|
*.pro.user
|
|
*.user
|
|
|
|
# Clion
|
|
.idea/*
|
|
cmake-build-*
|