Restore extern/dolphin .editorconfig and .gitignore (#1411)

This commit is contained in:
Robin Avery 2024-08-04 06:44:25 -04:00 committed by GitHub
parent 6c9e1b1656
commit b31667f08c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 0 deletions

4
extern/dolphin/.editorconfig vendored Normal file
View File

@ -0,0 +1,4 @@
root = true
[Makefile]
indent_style = tab

19
extern/dolphin/.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Built libraries
*.a
# Build artifacts
build/
# Local binary executables
tools/dtk
objdiff
*.exe
# Compiler
mwcc_compiler/*
# Original files
baserom/*
# Keep .gitkeep
!**/.gitkeep