mirror of
https://github.com/doldecomp/melee.git
synced 2024-11-26 23:00:28 +00:00
Restore extern/dolphin
.editorconfig
and .gitignore
(#1411)
This commit is contained in:
parent
6c9e1b1656
commit
b31667f08c
4
extern/dolphin/.editorconfig
vendored
Normal file
4
extern/dolphin/.editorconfig
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
root = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
19
extern/dolphin/.gitignore
vendored
Normal file
19
extern/dolphin/.gitignore
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user