From 121283fbed1dc80d3668f8f84836ecbdff649a92 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Thu, 21 Sep 2023 19:26:35 -0300 Subject: [PATCH] git ignore settings --- .gitignore | 2 +- tools/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tools/.gitignore diff --git a/.gitignore b/.gitignore index b383bc30..598c228a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ asm undefined* *.n64 *.z64 -*.bin \ No newline at end of file +*.bin diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 00000000..9b0083a8 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,2 @@ +ido/ +*.tar.gz \ No newline at end of file