summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-05 15:35:15 (GMT)
committerBrad King <brad.king@kitware.com>2022-10-05 16:22:49 (GMT)
commitc23ebfa333208df8730a2c84635faf11fc7ad669 (patch)
tree0177448a791bf2c8ad74d36461c696e04c267dda /.gitlab
parent6ace9562e730328b87ad5b56390e70cb7704050a (diff)
downloadCMake-c23ebfa333208df8730a2c84635faf11fc7ad669.zip
CMake-c23ebfa333208df8730a2c84635faf11fc7ad669.tar.gz
CMake-c23ebfa333208df8730a2c84635faf11fc7ad669.tar.bz2
ci: Tell Git to ignore files known to be downloaded by jobs
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab/.gitignore b/.gitlab/.gitignore
new file mode 100644
index 0000000..d62e477
--- /dev/null
+++ b/.gitlab/.gitignore
@@ -0,0 +1,16 @@
+# Ignore files known to be downloaded by CI jobs.
+/5.15.1-0-202009071110*
+/bcc*
+/cmake*
+/ispc*
+/jom
+/llvm*
+/msvc*
+/ninja*
+/open-watcom*
+/python*
+/qt*
+/sccache*
+/unstable-jom*
+/watcom
+/wix*