mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
23 lines
297 B
Plaintext
23 lines
297 B
Plaintext
# IDE
|
|
.vs/
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
.cache/
|
|
.idea/*
|
|
cmake-build-debug-visual-studio/*
|
|
cmake-build-release-visual-studio/*
|
|
cmake-build-relwithdebinfo-visual-studio/*
|
|
|
|
# output directory
|
|
build/
|
|
out/
|
|
__pycache__/
|
|
|
|
# precompiled headers
|
|
*.ipch
|
|
*.gch
|
|
*.pch
|
|
*.pyc
|
|
|
|
# generated by CMAKE
|
|
version.cpp |