mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-16 08:05:49 +00:00
35 lines
436 B
Plaintext
35 lines
436 B
Plaintext
# Ignore binary files
|
|
out/
|
|
*.bin
|
|
|
|
# Ignore compiled object files
|
|
.vs/
|
|
*.o
|
|
*.d
|
|
|
|
# Ignore CMake system files
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
|
|
# Ignore Visual Studio configuration files
|
|
CMakeSettings.json
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
|
|
# Ignore generated executables
|
|
dingusppc
|
|
dingusppc.exe
|
|
|
|
# Ignore system files
|
|
.DS_Store
|
|
Thumb.db
|
|
|
|
# IDE ignores
|
|
build
|
|
build-*
|
|
*.dir
|
|
*.user
|
|
DerivedData
|
|
*.xcodeproj/project.xcworkspace
|
|
*.xcodeproj/xcuserdata
|