Serial-Studio/.gitignore
2024-11-11 10:09:24 -05:00

44 lines
538 B
Plaintext

# General
.DS_Store
.AppleDouble
.LSOverride
.cache
# 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-*