Serial-Studio/.gitignore

48 lines
605 B
Plaintext
Raw Normal View History

2020-10-18 06:50:26 -05:00
# General
.DS_Store
.AppleDouble
.LSOverride
2024-11-11 10:09:24 -05:00
.cache
2020-10-18 06:50:26 -05:00
2024-11-13 18:59:45 -05:00
# Binary builds
udp_function_generator
udp_function_generator.exe
# Build & IDEs
*.kdev*
build/*
*.vscode
*.layout
*.qmlls.ini
2021-12-06 13:25:10 -06:00
2020-10-18 06:50:26 -05:00
# 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-*