mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
radeon: Update .gitignore
Add all source files that are symlink'ed from common radeon code to the ignore list. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
This commit is contained in:
parent
3f15acb7e8
commit
9fa0d25c54
2 changed files with 25 additions and 2 deletions
14
src/mesa/drivers/dri/r200/.gitignore
vendored
14
src/mesa/drivers/dri/r200/.gitignore
vendored
|
|
@ -1,3 +1,15 @@
|
|||
radeon_bocs_wrapper.h
|
||||
radeon_bo_legacy.[ch]
|
||||
radeon_chipset.h
|
||||
radeon_screen.*
|
||||
radeon_cmdbuf.h
|
||||
radeon_common.[ch]
|
||||
radeon_common_context.[ch]
|
||||
radeon_cs_legacy.[ch]
|
||||
radeon_dma.[ch]
|
||||
radeon_fbo.c
|
||||
radeon_lock.[ch]
|
||||
radeon_mipmap_tree.[ch]
|
||||
radeon_screen.[ch]
|
||||
radeon_span.[ch]
|
||||
radeon_texture.[ch]
|
||||
server
|
||||
|
|
|
|||
13
src/mesa/drivers/dri/r300/.gitignore
vendored
13
src/mesa/drivers/dri/r300/.gitignore
vendored
|
|
@ -1,4 +1,15 @@
|
|||
radeon_bocs_wrapper.h
|
||||
radeon_bo_legacy.[ch]
|
||||
radeon_chipset.h
|
||||
radeon_cmdbuf.h
|
||||
radeon_common.[ch]
|
||||
radeon_common_context.[ch]
|
||||
radeon_cs_legacy.[ch]
|
||||
radeon_dma.[ch]
|
||||
radeon_fbo.c
|
||||
radeon_lock.[ch]
|
||||
radeon_mipmap_tree.[ch]
|
||||
radeon_screen.[ch]
|
||||
radeon_span.h
|
||||
radeon_span.[ch]
|
||||
radeon_texture.[ch]
|
||||
server
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue