Panda3DS/.gitignore
Wunk 929019e76b
Refactor build targets into AlberCore (#455)
* Ignore `.cache` folder

* Add `AlberCore` build-target

Separate the AlberCore from its frontends. Allowing two front-ends to interface
with the same core implementation.  This also allows for the core to interface
better with unit-testing.

* Modularize SDL/Qt frontend

Separates all QT/SDL build files and options into the frontend-build-target

* Fix optional OpenGL enablement

Software renderer requires OpenGL, so AlberCore requries OpenGL.

The QT frontend currently requires OpenGL due to `ScreenWidget`

* Fix Android build

* Fix LTO linking

* Fix windows build

`LoadLibrary` is a preprocessor that will use either `LoadLibraryW` or
`LoadLibraryA` depending on if `UNICODE` is defined or not.
In this case we are using an ASCII string literal and and can explicitly
specify the usage of `LoadLibraryA` with an ASCII literal.

* Bonk

* Bonk

---------

Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
2024-03-11 19:51:17 +02:00

67 lines
565 B
Text

# Visual Studio files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
*.userprefs
#Clion Files
.idea/
cmake-build-*/
Debug/
Release/
ReleaseWithClangCL/
Enabled/
Disabled/
build/
.vs/
.vscode/*.log
.cache/
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
vsprojects/packages
.Trash-1000/
# Linux files
*.o
*.dep
*.mcd
# FastBuild and msfastbuild stuff
*.bff
*.fdb
fb.bat
# macos files
.DS_store
# IDA database files
*.id0
*.id1
*.nam
*.til
*.idb
# 3DS files
*.3ds
*.3dsx
*.app
*.cia
*.cci
*.cxi
*.elf
*.smdh
config.toml