80 lines
1.0 KiB
Plaintext
80 lines
1.0 KiB
Plaintext
|
|
.idea/
|
|
*.spv
|
|
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# 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
|
|
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
|
|
cmake-build-debug
|
|
cmake-build-release
|
|
# Xcode
|
|
.DS_Store
|
|
*/build/*
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
profile
|
|
*.moved-aside
|
|
DerivedData
|
|
.idea/
|
|
*.hmap
|
|
*.xccheckout
|
|
|
|
#CocoaPods
|
|
Pods
|
|
|
|
*.xcodeproj
|
|
|
|
/xproj.screenflow
|
|
/xproj.mp4
|
|
/xproj-narc.psd
|
|
/xproj-narc.gif
|
|
/xproj-arc.psd
|
|
/xproj-arc.gif
|
|
build/*
|
|
cmake-build-*
|
|
RoastEngine.build
|
|
Debug/
|
|
deps/glad
|
|
.version.toml |