Add .gitignore file to exclude build directory

This commit is contained in:
openhands 2025-06-30 14:05:45 +00:00
parent 7b6e49f770
commit b2bd53be80

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# Build directory
build/
# Qt creator user files
*.user
*.pro.user
*.opensdf
*.sdf
# CMake cache
CMakeCache.txt
CMakeFiles/
cmake_install.cmake