Files
CMake/.gitlab/.gitignore
Brad King 7ef3638454 ci: Enable FindOpenMP tests on macOS Ninja and Makefiles jobs
Since Apple does not distribute the OpenMP header and library
with its AppleClang compiler, download them as part of the jobs.
2022-11-14 14:26:10 -05:00

19 lines
204 B
Plaintext

# Ignore files known to be downloaded by CI jobs.
/5.15.1-0-202009071110*
/bcc*
/cmake*
/ispc*
/jom
/llvm*
/mingw
/msvc*
/ninja*
/openmp
/open-watcom*
/python*
/qt*
/sccache*
/unstable-jom*
/watcom
/wix*