🙈 extend ignore list
This commit is contained in:
parent
27232455c8
commit
3c7dc635e7
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,7 +22,7 @@ benchmarks/files/numbers/*.json
|
|||
.wsjcpp/*
|
||||
|
||||
.idea
|
||||
cmake-build-debug
|
||||
/cmake-build-*
|
||||
|
||||
test/test-*
|
||||
/.vs
|
||||
|
@ -32,3 +32,4 @@ doc/mkdocs/docs/images
|
|||
doc/mkdocs/docs/examples
|
||||
doc/mkdocs/site
|
||||
doc/mkdocs/docs/__pycache__/
|
||||
doc/xml
|
||||
|
|
Loading…
Reference in a new issue