mirror of
https://github.com/ScrelliCopter/tmx2gba.git
synced 2025-02-21 03:29:25 +11:00
MSVC build fix & buildsystem overhaul
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -27,7 +27,7 @@
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# VS rubbish.
|
||||
# VS rubbish
|
||||
Debug/
|
||||
Release/
|
||||
*.opensdf
|
||||
@@ -35,7 +35,14 @@ Release/
|
||||
*.v12.suo
|
||||
*.vcxproj.user
|
||||
|
||||
# Some files I used for testing.
|
||||
# CLion Rubbish
|
||||
.idea/
|
||||
|
||||
# CMake Rubbish
|
||||
build/
|
||||
cmake-build-*/
|
||||
|
||||
# Some files I used for testing
|
||||
*.tmx
|
||||
*.raw
|
||||
plains.png
|
||||
|
||||
Reference in New Issue
Block a user