diff --git a/.gitignore b/.gitignore index ec2abadcb65..959f560e70f 100644 --- a/.gitignore +++ b/.gitignore @@ -135,4 +135,6 @@ unittests/ **/.benchmarks # compiler compatibility markdown tables -.github/compat/*.md \ No newline at end of file +.github/compat/*.md + +**.DS_Store diff --git a/autotest/meson.build b/autotest/meson.build index 295876dde09..8e414029306 100644 --- a/autotest/meson.build +++ b/autotest/meson.build @@ -1,5 +1,5 @@ test_drive = dependency('test-drive', required : false) -if test_drive.found() +if test_drive.found() and not fc_id.contains('intel') tests = [ 'ArrayHandlers', 'DevFeature',