From 1a9569912879f52c69a6f301719e5b543fe86cc6 Mon Sep 17 00:00:00 2001 From: datenwolf <@datenwolf.net> Date: Thu, 3 Jul 2025 00:19:42 +0200 Subject: base commit, SDL2, EGL and OpenGL-ES 2 setup, texture upload and basic de-Bayer --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..effd64c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +*.sw? -- cgit v1.3.1