This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/.gitignore

23 lines
297 B
Plaintext
Raw Normal View History

# IDE
.vs/
.vscode/*
!.vscode/launch.json
.cache/
.idea/*
cmake-build-debug-visual-studio/*
cmake-build-release-visual-studio/*
cmake-build-relwithdebinfo-visual-studio/*
2019-03-22 03:18:31 +08:00
# output directory
build/
out/
__pycache__/
2019-03-22 03:18:31 +08:00
# precompiled headers
*.ipch
2019-03-22 03:18:31 +08:00
*.gch
*.pch
*.pyc
# generated by CMAKE
version.cpp