diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-12-28 01:07:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-28 01:07:41 +0000 |
| commit | 96eff2a4fd878850f03ea35b23c56766739ef190 (patch) | |
| tree | 50984d22a7d02751a86f1aaa162dc703dafc16f6 /.gitignore | |
| parent | c291ebb232e26a32acbac4ff58dc26e3397467f3 (diff) | |
Building on Macs (#513)
* Building on Macs
* Add Mac building documentation
* Review
* Update for new z64compress
* Review
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "155a463a5"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "155a463a5"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* Fix some obvious warnings
* Rewrite docs
* -;
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "fd5a7f434"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "fd5a7f434"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a6d3f3b8f..aa4a3a5c4 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ tools/ido_recomp/* binary ctx.c graphs/ *.c.m2c +tools/**/*dSYM/ tools/decomp-permuter/ tools/mips_to_c/ |
