2019-07-20 18:48:41 +02:00
|
|
|
# Ignore binary files
|
2020-01-04 10:07:05 -07:00
|
|
|
out/
|
2024-07-26 07:31:06 -07:00
|
|
|
vcpkg/
|
2019-07-20 18:48:41 +02:00
|
|
|
*.bin
|
|
|
|
|
|
|
|
# Ignore compiled object files
|
2020-01-04 10:07:05 -07:00
|
|
|
.vs/
|
2024-05-28 19:42:33 -07:00
|
|
|
.vscode/
|
2019-07-20 18:48:41 +02:00
|
|
|
*.o
|
2024-07-26 07:31:06 -07:00
|
|
|
*.out
|
|
|
|
*.obj
|
2019-08-21 08:33:01 +02:00
|
|
|
*.d
|
2019-07-20 18:48:41 +02:00
|
|
|
|
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
|
|
|
|
2024-09-15 18:31:36 -07:00
|
|
|
# Ignore Visual Studio auto-save recovery folder
|
|
|
|
enc_temp_folder/
|
|
|
|
|
2023-12-01 16:11:32 -07:00
|
|
|
# Ignore CodeLite configuration files
|
|
|
|
*.workspace
|
|
|
|
*.workspace.*
|
|
|
|
compile_commands.json
|
|
|
|
*.session
|
|
|
|
*.tags
|
|
|
|
|
2019-07-20 18:48:41 +02:00
|
|
|
# Ignore generated executables
|
|
|
|
dingusppc
|
|
|
|
dingusppc.exe
|
|
|
|
|
|
|
|
# Ignore system files
|
|
|
|
.DS_Store
|
|
|
|
Thumb.db
|
2024-07-26 07:31:06 -07:00
|
|
|
ehthumbs.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
|