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