gitignore update for folder exclusion

This commit is contained in:
hamidrezanorouzi
2022-08-31 19:18:52 +04:30
committed by GitHub
parent fa40fcbe15
commit dbabd66c4b

6
.gitignore vendored
View File

@ -30,3 +30,9 @@
*.exe
*.out
*.app
# directories
build/**
include/**
bin/**
lib/**