Serial-Studio/.gitignore
2024-11-13 18:59:45 -05:00

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-*