From 6ef29976e086c6ab06b0416a576ac307cf9cfec6 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> Date: Tue, 3 Dec 2019 13:46:49 +0100 Subject: [PATCH] Added dummy CMakeLists.txt files to the VS Code directories. This is just to help the CI system to categorise merge requests that touch files in these directories. --- .devcontainer/CMakeLists.txt | 3 +++ .vscode/CMakeLists.txt | 3 +++ Projects/Athena/package_filters.txt | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 .devcontainer/CMakeLists.txt create mode 100644 .vscode/CMakeLists.txt diff --git a/.devcontainer/CMakeLists.txt b/.devcontainer/CMakeLists.txt new file mode 100644 index 000000000000..3f18af7bf4b8 --- /dev/null +++ b/.devcontainer/CMakeLists.txt @@ -0,0 +1,3 @@ +# This is a dummy CMake file meant only to help the CI system to categorise the files +# that are in this directory. This file is not meant to have *any* meaningful CMake +# configuration in it! diff --git a/.vscode/CMakeLists.txt b/.vscode/CMakeLists.txt new file mode 100644 index 000000000000..3f18af7bf4b8 --- /dev/null +++ b/.vscode/CMakeLists.txt @@ -0,0 +1,3 @@ +# This is a dummy CMake file meant only to help the CI system to categorise the files +# that are in this directory. This file is not meant to have *any* meaningful CMake +# configuration in it! diff --git a/Projects/Athena/package_filters.txt b/Projects/Athena/package_filters.txt index 23da5f77d349..8957e5434057 100644 --- a/Projects/Athena/package_filters.txt +++ b/Projects/Athena/package_filters.txt @@ -4,6 +4,8 @@ # Technical package(s) that should not show up in packages.txt: - Build +- .devcontainer +- .vscode # Ignore the Projects directory: - Projects/.* -- GitLab