diff options
author | Ben10do <Ben10do@users.noreply.github.com> | 2017-06-09 22:06:07 +0100 |
---|---|---|
committer | Ben10do <Ben10do@users.noreply.github.com> | 2017-06-09 22:06:07 +0100 |
commit | b34b1a5b0c5d5fb62029a596ef0446e68812fc67 (patch) | |
tree | 1227a5b5210e720b691c6406204be60d44898bbc | |
parent | 202cea9705e20f7aba242fa7863f2a79bd88925c (diff) |
Add .gitignore for compiled tools
-rw-r--r-- | tools/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 000000000..e5db845cc --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,6 @@ +lzcomp +palette +png_dimensions +pokemon_animation +pokemon_animation_graphics +scan_includes |