mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-15 17:08:19 +00:00
42 lines
540 B
Plaintext
42 lines
540 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 CodeLite configuration files
|
|
*.workspace
|
|
*.workspace.*
|
|
compile_commands.json
|
|
*.session
|
|
*.tags
|
|
|
|
# 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
|