[PATCH] Ignore the test-driver file

David Shea dshea at redhat.com
Mon Aug 12 18:48:17 UTC 2013


On 08/12/2013 10:33 AM, David Shea wrote:
> The test-driver script is copied into the source tree by automake.
> ---
>   .gitignore | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 2b53f5d..5a09770 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -57,6 +57,7 @@ po/stamp-po
>   py-compile
>   stamp-h1
>   tags
> +test-driver
>   updates.img
>   utils/dd/dd_extract
>   utils/dd/dd_list
I guess I haven't cleaned up old files in a while. Commit 25c408f7 took 
out the TESTS automake targets, so test-driver isn't pulled in by 
autogen anymore, but the script will come back if any TESTS do.


More information about the anaconda-patches mailing list