diff options
author | Alex Bennée | 2020-07-01 15:56:30 +0200 |
---|---|---|
committer | Alex Bennée | 2020-07-11 16:53:00 +0200 |
commit | 91f6ff72b66cf5038fa2700a4d4384685f077b92 (patch) | |
tree | 5e89242813b968c47c070619458c394eaba39ae1 /.gitignore | |
parent | tests/docker: change tag naming scheme of our images (diff) | |
download | qemu-91f6ff72b66cf5038fa2700a4d4384685f077b92.tar.gz qemu-91f6ff72b66cf5038fa2700a4d4384685f077b92.tar.xz qemu-91f6ff72b66cf5038fa2700a4d4384685f077b92.zip |
.gitignore: un-ignore .gitlab-ci.d
The sooner we deprecate in-tree builds the sooner this mess of regexes
can be thrown away.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200701135652.1366-19-alex.bennee@linaro.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 90acb4347d..2992d15931 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,7 @@ *.tp *.vr *.d +!/.gitlab-ci.d !/scripts/qemu-guest-agent/fsfreeze-hook.d *.o .sdk |