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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

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