Update .gitignore

This commit is contained in:
reshke 2024-10-19 19:27:34 +05:00 committed by GitHub
parent 224497baee
commit c6cf24a93e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.gitignore vendored
View file

@ -1,14 +1,8 @@
/dist/ # Global excludes across all subdirectories
/log/ *.bc
/results/
/tmp_check/
/sql/vector--?.?.?.sql
regression.*
*.o *.o
*.so *.so
*.bc regression.*
*.dll
*.dylib # Generated subdirectories
*.obj /results/
*.lib
*.exp