TmpMenu/.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