ci: drop rule for non-existent src/include/

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24449>
This commit is contained in:
Eric Engestrom 2023-08-02 15:12:24 +01:00 committed by Marge Bot
parent f69e60406f
commit b1ce5fe20a
2 changed files with 0 additions and 2 deletions

View file

@ -55,7 +55,6 @@
- src/drm-shim/**/*
- src/gbm/**/*
- src/gtest/**/*
- src/include/**/*
# Some src/util and src/compiler files use headers from mesa/ (e.g.
# mtypes.h). We should clean that up.
- src/mesa/**/*.h

View file

@ -25,7 +25,6 @@
- .gitattributes
- include/**/*
- src/compiler/**/*
- src/include/**/*
- src/util/**/*
when: on_success
- !reference [.gallium-core-rules, rules]