On Tue, Jan 17, 2012 at 5:37 PM, Paul Berry <[email protected]> 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 <[email protected]> I'll add .gitignores to the other drivers' automake patches. Thanks for pointing this out. Matt _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
