[Mesa-dev] [PATCH] i965: Add .gitignore file to exclude automake build artifacts from git.

Matt Turner mattst88 at gmail.com
Tue Jan 17 15:11:49 PST 2012


On Tue, Jan 17, 2012 at 5:37 PM, Paul Berry <stereotype441 at gmail.com> wrote:
> With the conversion to automake in commit
> e326480e4ebe8687948041c2dc5f5b7595559a2e, several additional build
> artifacts are created:
>
>  src/mesa/drivers/dri/i965/.deps/
>  src/mesa/drivers/dri/i965/.libs/
>  src/mesa/drivers/dri/i965/Makefile
>  src/mesa/drivers/dri/i965/Makefile.in
>  src/mesa/drivers/dri/i965/i965_dri.la
>  src/mesa/drivers/dri/i965/i965_symbols_test
>
> This patch adds all of these files to .gitignore.
> ---
>  src/mesa/drivers/dri/i965/.gitignore |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>  create mode 100644 src/mesa/drivers/dri/i965/.gitignore
>
> diff --git a/src/mesa/drivers/dri/i965/.gitignore b/src/mesa/drivers/dri/i965/.gitignore
> new file mode 100644
> index 0000000..1557571
> --- /dev/null
> +++ b/src/mesa/drivers/dri/i965/.gitignore
> @@ -0,0 +1,6 @@
> +.deps
> +.libs
> +Makefile
> +Makefile.in
> +i965_dri.la
> +i965_symbols_test
> --
> 1.7.6.5

Reviewed-by: Matt Turner <mattst88 at gmail.com>

I'll add .gitignores to the other drivers' automake patches. Thanks
for pointing this out.

Matt


More information about the mesa-dev mailing list