diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-04-27 12:30:23 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-04-27 12:30:23 +0200 |
commit | 9a294dc9b3294236e6a50fa871927b275fa888bc (patch) | |
tree | e5b788b2cfcd87fb60d0ee4d79f551fd3c0f752d /.gitignore | |
parent | ce0b12c92823a6aab9d786055d52576d380229a4 (diff) | |
download | podman-9a294dc9b3294236e6a50fa871927b275fa888bc.tar.gz podman-9a294dc9b3294236e6a50fa871927b275fa888bc.tar.bz2 podman-9a294dc9b3294236e6a50fa871927b275fa888bc.zip |
sort .gitignore
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore index 059561e16..e60b8c03a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,33 @@ /.artifacts/ -/_output/ +/bin/ /brew +/build/ +/cmd/podman/varlink/iopodman.go +/cmd/podman/varlink/ioprojectatomicpodman.go /conmon/ +contrib/spec/podman.spec +*.coverprofile /docs/*.[158] /docs/*.[158].gz -/docs/remote /docs/build/ +/docs/remote +.gopathok +.idea* +.nfs* *.o *.orig +/_output/ /pause/pause.o -/bin/ +pkg/api/swagger.yaml +/pkg/varlink/iopodman.go +podman-remote*.zip +podman*.tar.gz +__pycache__ +release.txt +.ropeproject +*.rpm /test/bin2img/bin2img /test/checkseccomp/checkseccomp /test/copyimg/copyimg /test/goecho/goecho -/build/ -.nfs* -.ropeproject -__pycache__ -/cmd/podman/varlink/ioprojectatomicpodman.go -/cmd/podman/varlink/iopodman.go -/pkg/varlink/iopodman.go -.gopathok -release.txt -podman-remote*.zip -podman*.tar.gz -.idea* .vscode* -contrib/spec/podman.spec -*.rpm -*.coverprofile -pkg/api/swagger.yaml |