diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-03 18:23:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-03 18:23:57 -0400 |
commit | 8bdc814a8f295e35d14c51559e537b922af4a19c (patch) | |
tree | 705efaca5c870000682e663cf0c50663757b4710 /.gitignore | |
parent | 6ccb5cc1720657b28ebb929239f6167e71488aa2 (diff) |
Dump some intro-related gfx
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e3cb43d69..c85c20759 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ types_*.taghl Thumbs.db build/ .idea/ +cmake-build-* *.DS_Store *.pl *.bak src/data/items.h -tools/br_ips/{br_ips,ips_patch}{,.exe} +tools/br_ips/br_ips +tools/br_ips/ips_patch |