From 1b1bd54ab5122e10c5d302052f6b1114b55272be Mon Sep 17 00:00:00 2001 From: "Tan, Kian-ting" Date: Wed, 24 Sep 2025 22:55:48 +0800 Subject: [PATCH] Initial commit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93e4072 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +compiled/ +/doc/ +*~ +*.bak +\#* +.\#*