mirror of
https://github.com/containers/podman.git
synced 2025-09-09 17:42:22 +08:00
Improved build_rpm.sh
- assure we use bash strict mode to avoid missing errors - added untracked artifacts to gitignore Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
/.artifacts/
|
||||
/_output/
|
||||
/brew
|
||||
/conmon/conmon.o
|
||||
/conmon/
|
||||
/docs/*.[158]
|
||||
/docs/*.[158].gz
|
||||
/docs/remote
|
||||
@ -27,3 +27,5 @@ podman-remote*.zip
|
||||
podman*.tar.gz
|
||||
.idea*
|
||||
.vscode*
|
||||
contrib/spec/podman.spec
|
||||
*.rpm
|
||||
|
Reference in New Issue
Block a user