From: Paul Berry Date: Tue, 17 Jan 2012 20:35:38 +0000 (-0800) Subject: i965: Add .gitignore file to exclude automake build artifacts from git. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c03ad08e8dff99c3042a4ab3b6b979cf428aa6fa;p=mesa.git i965: Add .gitignore file to exclude automake build artifacts from git. 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. Reviewed-by: Matt Turner Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/.gitignore b/src/mesa/drivers/dri/i965/.gitignore new file mode 100644 index 00000000000..15575710fdb --- /dev/null +++ b/src/mesa/drivers/dri/i965/.gitignore @@ -0,0 +1,6 @@ +.deps +.libs +Makefile +Makefile.in +i965_dri.la +i965_symbols_test