diff --git a/.gitignore b/.gitignore index 969a8afd1c..a79d2ecdc1 100644 --- a/.gitignore +++ b/.gitignore @@ -88,5 +88,5 @@ docs/**/*.md # Binary files (produced by `make check`) examples/**/* examples/**/!*.* -test/**/* -test/**/!*.* +tests/**/* +tests/**/!*.*