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 *.exe
*.dll *.dll
*.log *.log
*.gcov
*.gcno
*.gcda
*.dot
.DS_Store .DS_Store
.build/ .build/
.cache/ .cache/
@ -17,6 +21,9 @@
.vs/ .vs/
.vscode/ .vscode/
lcov-report/
gcovr-report/
build*/ build*/
out/ out/
tmp/ tmp/