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