Files
libguestfs/bash
Richard W.M. Jones 76c0a67d30 build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
By adding common CLEANFILES and DISTCLEANFILES variables to
common-rules.mk, we can remove these from most other Makefiles, and
also clean files more consistently.

Note that bin_PROGRAMS are already cleaned by 'make clean', so I
removed cases where these were unnecessarily added to CLEANFILES.
2016-08-25 16:54:34 +01:00
..
2016-01-02 21:19:51 +00:00
2016-01-02 21:19:51 +00:00

This directory contains the scripts for tab-completing commands in
bash.  Note these new-style demand-loaded scripts require
'bash-completion' >= 1.99.

Tip: To test the bash completions without having to install them,
simply start a new shell and 'source ./virt-foo'.