diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d3b8c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore binary files +*.bin + +# Ignore compiled object files +*.o + +# Ignore generated executables +dingusppc +dingusppc.exe + +# Ignore system files +.DS_Store +Thumb.db