TmpMenu/.gitignore
maybegreat48 22e15e95d6 Optimizations (#2649)
* fix(Respawn): fix respawn in SP
* fix: re-enable bigobj
* fix: update creator's stack size
* fix: use BOOLs instead of bools
* fix(gitignore): hide .pyc files
2023-12-29 17:07:00 +01:00

19 lines
176 B
Plaintext

# IDE
.vs/
.vscode/*
!.vscode/launch.json
.cache/
# output directory
build/
out/
__pycache__/
# precompiled headers
*.ipch
*.gch
*.pch
*.pyc
# generated by CMAKE
version.cpp