update .gitignore

This commit is contained in:
Alon Faraj 2023-08-30 18:51:22 +03:00
parent b532a69b2f
commit f0e1978d38

7
.gitignore vendored
View file

@ -6,6 +6,10 @@
*.exe
*.dll
*.log
*.gcov
*.gcno
*.gcda
*.dot
.DS_Store
.build/
.cache/
@ -17,6 +21,9 @@
.vs/
.vscode/
lcov-report/
gcovr-report/
build*/
out/
tmp/