From 259237fae792e8f19d9b7920b2354f75bc1789e2 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 23 Sep 2024 21:11:29 +1000 Subject: initial commit, basic platform and rendering code. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00f7063 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +tags + +*.d +*.o +pack.h +/data/ +/convimg +/packassets +/1bitjam -- cgit v1.2.3-54-g00ecf