diff options
| author | datenwolf <@datenwolf.net> | 2025-07-03 00:19:42 +0200 |
|---|---|---|
| committer | datenwolf <@datenwolf.net> | 2025-07-03 00:19:42 +0200 |
| commit | 1a9569912879f52c69a6f301719e5b543fe86cc6 (patch) | |
| tree | 58fa880ad2a138f302c75a328bd6e27a89e85773 /.gitignore | |
| download | glsldebayer-1a9569912879f52c69a6f301719e5b543fe86cc6.tar.gz glsldebayer-1a9569912879f52c69a6f301719e5b543fe86cc6.tar.bz2 | |
base commit, SDL2, EGL and OpenGL-ES 2 setup, texture upload and basic de-Bayer
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..effd64c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +*.sw? |
