Made corrections.

This commit is contained in:
2026-06-17 09:45:23 -07:00
parent ca78f1df0a
commit cb8a634b42
6 changed files with 45 additions and 86 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Build output
build/
*.o
*.a
*.so
# CMake generated
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
install_manifest.txt
CTestTestfile.cmake
# Compiled GLSL (if any cached/binary shaders are generated)
*.spv
# GDAL/LIDAR processed output
map/lidar_processed/
# Editor and OS artifacts
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Local session artifacts
todo