From ba0e96995f8a84936c26cda1ba1b799b0d1b89f3 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sun, 19 Apr 2020 12:15:09 -0400 Subject: update .gitignore --- .gitignore | 3 +++ tools/mwasmarm_patcher/.gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 tools/mwasmarm_patcher/.gitignore diff --git a/.gitignore b/.gitignore index f35ecba0..74eab542 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ cmake-build-debug/ # ROM *.nds *.srl + +# Tool executables +*.exe diff --git a/tools/mwasmarm_patcher/.gitignore b/tools/mwasmarm_patcher/.gitignore new file mode 100644 index 00000000..f03366b2 --- /dev/null +++ b/tools/mwasmarm_patcher/.gitignore @@ -0,0 +1 @@ +mwasmarm_patcher -- cgit v1.2.3