chore: Cleanup submodules merge
This commit is contained in:
parent
4c64279f90
commit
c7fe2abfb7
6 changed files with 8 additions and 11 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,12 +1,19 @@
|
|||
**/__pycache__/
|
||||
**/glsm/
|
||||
build/
|
||||
cores/output/
|
||||
cores/src/
|
||||
other/DinguxCommander/output/
|
||||
private/
|
||||
releases/
|
||||
src/boot/output/
|
||||
|
||||
*.[od]
|
||||
*.dll
|
||||
*.dtb
|
||||
*.dylib
|
||||
*.elf
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
*.zip
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ Run `./start-toolchain.sh` and then `make all` in the Docker container shell.
|
|||
- Adjust overclocking
|
||||
- Include extras in release by default
|
||||
- Release using GitHub action: <https://github.com/JoeStaff/devilutionX/commit/a0fe502e70767ca8e2921d5580d4d4dec9e15cc1>
|
||||
- Automate installation guide
|
||||
- Automate installation
|
||||
|
||||
## Disclaimer
|
||||
|
||||
|
|
|
|||
1
other/DinguxCommander/.gitignore
vendored
1
other/DinguxCommander/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
output/
|
||||
6
src/minarch/libretro-common/.gitignore
vendored
6
src/minarch/libretro-common/.gitignore
vendored
|
|
@ -1,6 +0,0 @@
|
|||
glsm/
|
||||
*.[od]
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.exe
|
||||
|
|
@ -1 +0,0 @@
|
|||
__pycache__
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd toolchain
|
||||
make shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue