Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -1/+0 |
| | |||||
* | Add Makefile.in to toplevel .gitignore | Kenneth Graunke | 2012-03-20 | 1 | -1/+0 |
| | | | | | | | To avoid redundancies, this patch also removes Makefile.in from the other .gitignore files. Acked-by: Eric Anholt <[email protected]> | ||||
* | Add .deps/, .libs/, and *.la to toplevel .gitignore | Paul Berry | 2012-03-20 | 1 | -2/+0 |
| | | | | | | | To avoid redundancies, this patch also removes .deps, .libs, and *.la from .gitignore files in subdirectories. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | r300g: Use automake to generate Makefile v3 | Tom Stellard | 2012-02-26 | 1 | -0/+5 |
v2: - s/$(top_builddir)/$(top_srcdir)/ - Always generate Makefile.in v3: - Fixes from Matt Turner - Use Mesa CFLAGS |