diff options
author | Ashley Cui <ashleycui16@gmail.com> | 2019-07-01 14:52:55 -0400 |
---|---|---|
committer | Ashley Cui <ashleycui16@gmail.com> | 2019-07-25 15:36:39 -0400 |
commit | ce0132a45e1ab748ee3adbf96f934ef41ca6b59a (patch) | |
tree | 369c9311ca87c5ba941263fcafb62cd6d66a6830 /.gitignore | |
parent | 7dbc6d8f36f3b85275bed998b5e34f7d5870659e (diff) | |
download | podman-ce0132a45e1ab748ee3adbf96f934ef41ca6b59a.tar.gz podman-ce0132a45e1ab748ee3adbf96f934ef41ca6b59a.tar.bz2 podman-ce0132a45e1ab748ee3adbf96f934ef41ca6b59a.zip |
Documenation & build automation for remote darwin
Created shell script to automatically compile remote-only docs & rename
Added make brew-pkg to automatically package files needed for homebrew
Add missing docs
Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b26674172..4f1100d8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ /.artifacts/ /_output/ +/brew /conmon/conmon.o /docs/*.[158] /docs/*.[158].gz +/docs/remote *.o *.orig /pause/pause.o @@ -19,3 +21,4 @@ __pycache__ .gopathok test/e2e/e2e.coverprofile /podman*zip +podman*.tar.gz |