Skip to content
Snippets Groups Projects
Commit 5ded616e authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Don't include a steam-runtime-tools subproject


This should make it easier to build pressure-vessel releases.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent b8db8e2e
No related branches found
No related tags found
No related merge requests found
......@@ -558,6 +558,7 @@ def main():
'--exclude=./_build',
'--exclude=./debian',
'--exclude=./relocatable-install',
'--exclude=./subprojects/steam-runtime-tools',
'-cf-',
'.',
], stdout=subprocess.PIPE)
......
......@@ -79,6 +79,7 @@ def main():
'--exclude=./_build',
'--exclude=./debian',
'--exclude=./relocatable-install',
'--exclude=./subprojects/steam-runtime-tools',
'-cf-',
'.',
], stdout=subprocess.PIPE)
......
extend-diff-ignore=(?:^|/)\.git(?:/|$)
extend-diff-ignore=(?:^|/)_build(?:/|$)
extend-diff-ignore=(?:^|/)subprojects/steam-runtime-tools(?:/|$)
tar-ignore=.git
tar-ignore=_build
tar-ignore=subprojects/steam-runtime-tools
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment