diff options
author | Brad King <brad.king@kitware.com> | 2024-05-14 18:46:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-05-14 18:55:07 (GMT) |
commit | 0d44d2ea1ac6cf7c623e12a46b07d1380bde5d8b (patch) | |
tree | 04ce1c3c92fbe13250ce3333df14458e51862ebd /.gitlab/.gitignore | |
parent | 5d658ebcc6df9f7de3c9ef9f3723d5cb726ba431 (diff) | |
download | CMake-0d44d2ea1ac6cf7c623e12a46b07d1380bde5d8b.zip CMake-0d44d2ea1ac6cf7c623e12a46b07d1380bde5d8b.tar.gz CMake-0d44d2ea1ac6cf7c623e12a46b07d1380bde5d8b.tar.bz2 |
ci: Add scripts to add nuget to job environment on Windows
Diffstat (limited to '.gitlab/.gitignore')
-rw-r--r-- | .gitlab/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/.gitignore b/.gitlab/.gitignore index 552c02c..0558700 100644 --- a/.gitlab/.gitignore +++ b/.gitlab/.gitignore @@ -10,6 +10,7 @@ /mingw /msvc* /ninja* +/nuget /openmp /open-watcom* /orangec |