diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-19 12:15:09 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-19 12:15:09 -0400 |
commit | ba0e96995f8a84936c26cda1ba1b799b0d1b89f3 (patch) | |
tree | 87a5d87b3e5389cc1e54afc9f198e29f6c913bbf | |
parent | cf55512d13a434105036e1101391bd24ee682262 (diff) |
update .gitignore
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | tools/mwasmarm_patcher/.gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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
|