diff options
| author | MMDecomp <mmdecomp@anon.tld> | 2020-04-30 15:06:25 +0200 |
|---|---|---|
| committer | M4xw <m4x@m4xw.net> | 2020-05-04 22:51:31 +0200 |
| commit | 8e8d99e6fd20a04ee6add394c24bb36aab83c47e (patch) | |
| tree | 9637138689d5809e3bd2d5b32d86b18afb833283 /.gitignore | |
| parent | f9149c93a949a4c0a895be739f26ed173cd982b0 (diff) | |
Improve Drag & Drop support for IDO Tools
- Add optional default for QEMU_IRIX to Makefile
- Add tools/qemu-mips to .gitignore
- `make clean` should not fail if rom.z64 doesnt exist
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e844be6fb..81f77a618 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ src/test.c *.dump tools/ido5.3_compiler/* tools/ido7.1_compiler/* -expected/*
\ No newline at end of file +expected/* +tools/qemu-mips |
