.DS_Store and Dockerfile

This commit is contained in:
Ethan Roseman 2020-04-24 03:04:30 -04:00
parent deaebdf713
commit 09ce229908
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ papermario/audio
papermario/build/
.vscode/
.idea/
.DS_Store

View File

@ -9,7 +9,11 @@ RUN apt-get update && \
python3-pip \
wget \
git \
unzip
unzip \
nano \
libcapstone-dev \
libyaml-dev \
zlib1g-dev
RUN wget \
https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb \