ogl_beamforming

Ultrasound Beamforming Implemented with OpenGL
git clone anongit@rnpnr.xyz:ogl_beamforming.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: 1d73c58835a0f89911168abce6ecab8a896bd36e
Parent: 7a3cbb0bd3f3609f5c7ae5c9dcef1924efc23a60
Author: Randy Palamar
Date:   Mon,  9 Jun 2025 21:32:43 -0600

gitignore: exclude glsl and shaders as well

Diffstat:
M.gitignore | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,7 @@ * -!helpers !external -!**/*.c -!**/*.h +!helpers +!shaders +!*.c +!*.glsl +!*.h