dingusppc/.gitignore

42 lines
540 B
Plaintext
Raw Normal View History

# Ignore binary files
out/
*.bin
# Ignore compiled object files
.vs/
*.o
*.d
2023-01-09 00:40:48 +01:00
# Ignore CMake system files
CMakeFiles
cmake_install.cmake
2020-03-31 18:33:44 +02:00
# Ignore Visual Studio configuration files
CMakeSettings.json
2023-01-09 00:40:48 +01:00
*.vcxproj
*.vcxproj.filters
2020-03-31 18:33:44 +02:00
# Ignore CodeLite configuration files
*.workspace
*.workspace.*
compile_commands.json
*.session
*.tags
# Ignore generated executables
dingusppc
dingusppc.exe
# Ignore system files
.DS_Store
Thumb.db
2020-05-12 21:20:57 +05:00
# IDE ignores
build
build-*
2023-01-09 00:40:48 +01:00
*.dir
2020-05-12 21:20:57 +05:00
*.user
2022-12-21 07:02:54 -08:00
DerivedData
*.xcodeproj/project.xcworkspace
*.xcodeproj/xcuserdata