mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
When installing from the source distribution (for packaging or other purposes), it's convenient to be able to install the bash completion file as part of that process.
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
include Dockerfile
|
|
include LICENSE
|
|
include requirements.txt
|
|
include requirements-dev.txt
|
|
include tox.ini
|
|
include *.md
|
|
include contrib/completion/bash/docker-compose
|
|
recursive-include tests *
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude *.un~
|