mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2026-04-20 05:16:40 +00:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
# VS Code
|
|
.vscode/
|
|
.build/
|
|
|
|
# Build output
|
|
AppleSAWS
|
|
|
|
# Disk images
|
|
disk-images/*
|
|
|
|
# CMake build directories and files
|
|
build/
|
|
build-*/
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
*.cmake
|
|
!CMakeLists.txt
|
|
!CMakePresets.json
|
|
|
|
# Compilation database
|
|
compile_commands.json |