mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-28 19:02:35 +08:00
refactor!: Replace premake5 with CMake. (#551)
Co-authored-by: tupoy-ya <tupoy-ya@users.noreply.github.com>
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,16 +1,12 @@
|
||||
# IDE
|
||||
.vs/
|
||||
.vscode/
|
||||
.cache/
|
||||
|
||||
# output directory
|
||||
bin/
|
||||
# premake in project dir people
|
||||
*.exe
|
||||
build/
|
||||
|
||||
# precompiled headers
|
||||
*.ipch
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# project files
|
||||
*.sln
|
||||
*.vcxproj*
|
Reference in New Issue
Block a user