From 66bd860a2e4f1dc7e862f13f4fa4767f4fa626fd Mon Sep 17 00:00:00 2001 From: Stephen Checkoway Date: Sat, 12 Aug 2017 13:21:33 -0500 Subject: [PATCH] Ignore files. --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..97e3b5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +libzel.a +include/zel/z80_types.tab +*.o +doc +tables/*.tab +tests/itest_arithmetic +tests/itest_load +tests/itest_set +tests/test.o +tests/test_arithmetic +tests/test_load +tests/test_set