2022-10-22 04:05:39 +08:00
|
|
|
# IDE
|
|
|
|
.vs/
|
2023-07-08 23:54:59 +08:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/launch.json
|
2022-11-09 05:08:58 +08:00
|
|
|
.cache/
|
2024-07-13 19:24:59 +08:00
|
|
|
.idea/*
|
|
|
|
cmake-build-debug-visual-studio/*
|
|
|
|
cmake-build-release-visual-studio/*
|
|
|
|
cmake-build-relwithdebinfo-visual-studio/*
|
2019-03-22 03:18:31 +08:00
|
|
|
|
2022-10-22 04:05:39 +08:00
|
|
|
# output directory
|
2022-11-09 05:08:58 +08:00
|
|
|
build/
|
2023-03-16 01:41:47 +08:00
|
|
|
out/
|
2023-06-06 15:40:40 +08:00
|
|
|
__pycache__/
|
2019-03-22 03:18:31 +08:00
|
|
|
|
2022-10-22 04:05:39 +08:00
|
|
|
# precompiled headers
|
|
|
|
*.ipch
|
2019-03-22 03:18:31 +08:00
|
|
|
*.gch
|
|
|
|
*.pch
|
2023-12-30 00:07:00 +08:00
|
|
|
*.pyc
|
2022-11-29 01:19:03 +08:00
|
|
|
|
|
|
|
# generated by CMAKE
|
|
|
|
version.cpp
|