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

19 lines
176 B
Plaintext
Raw Normal View History

# IDE
.vs/
.vscode/*
!.vscode/launch.json
.cache/
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