diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-11-05 11:22:55 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-11-05 11:31:28 +0000 |
commit | 2fbdf974338bde8576efdae40a819a76b2391033 (patch) | |
tree | 64d41a37470143f142344f9a439d96de3e7918c2 /.gitignore | |
download | kitsunes-curse-2fbdf974338bde8576efdae40a819a76b2391033.tar.gz kitsunes-curse-2fbdf974338bde8576efdae40a819a76b2391033.zip |
Initial import of the open source release
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f031c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +*.swp +*~ +*.o +*.bin +*.ap +*.rel +build/ +release/ +generated/ +Makefile.deps +*.lib +.tags +lib/plw/player/plw_player.h +lib/plw/plw_player.lst +lib/plw/plw_player.sym +tools/2CDT/2cdt +tools/2cdt +tools/gfx2crtc/png2crtc +tools/gfx2crtc/raw2crtc +tools/hex2bin +tools/hex2bin-2.0/bin/hex2bin +tools/hex2bin-2.0/bin/mot2bin +tools/apultra_src/apultra +tools/idsk +tools/png2crtc +tools/ucl +tools/apultra +tools/rasm |