From d3a5a2f29d519719ecfc2d17c7e5a08f7068ade7 Mon Sep 17 00:00:00 2001 From: rozlette Date: Thu, 25 Oct 2018 21:25:09 -0500 Subject: [PATCH] initial commit --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..f261cc67aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.z64 +*.bin +*.elf +doc/* +archive/* +build/* +baserom/* +decomp/* +S/* +asm/* +font_test/* +ido/* +__pychahe__/* +*.pyc +test.txt +*.xlsx \ No newline at end of file