ogl_beamforming

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

Commit: cd01e42f6d9bb69901d3e0d1b2599fb414de0f08
Parent: e794e5a0e6444204d90804d23b3965b448b77d31
Author: Randy Palamar
Date:   Sat,  7 Jun 2025 12:59:48 -0600

make sure gitignore doesn't exclude helpers/external

Diffstat:
M.gitignore | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

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