mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
This commit first implements experimental and incomplete texture combiner support. Currently only the first texture combiner is implemented. Many sources and combine modes are not implemented yet.
60 lines
No EOL
513 B
Text
60 lines
No EOL
513 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
|
|
|
|
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
|
|
*.3dsx
|
|
*.elf
|
|
*.smdh |