2024-09-15 19:58:04 +03:00
|
|
|
# ignore symlinks from git, use source files from the tarball
|
|
|
|
extend-diff-ignore = src/mesa/drivers/dri/r200/.*radeon_.*
|
|
|
|
|
|
|
|
## The following files aren't shipped in the upstream tarball
|
|
|
|
|
|
|
|
# Android Makefiles
|
|
|
|
extend-diff-ignore = Android.*mk|CleanSpec\.mk
|
|
|
|
|
|
|
|
# coding-style and other config files
|
|
|
|
extend-diff-ignore = \.clang-format|\.dir-locals\.el|\.editorconfig|\.mailmap|\.travis\.yml|appveyor\.yml
|
|
|
|
|
|
|
|
# misc. files and scripts used by Mesa developers but not required for the build
|
|
|
|
extend-diff-ignore = include/drm-uapi/README|src/compiler/glsl/int64\.glsl|src/compiler/nir/README|src/gallium/drivers/vc4/kernel/README|src/util/sha1/README|REVIEWERS|scripts/get_reviewer\.pl|bin/\.cherry-ignore|bin/bugzilla_mesa\.sh|bin/get-extra-pick-list\.sh|bin/get-fixes-pick-list\.sh|bin/get-pick-list\.sh|bin/get-typod-pick-list\.sh|bin/perf-annotate-jit|bin/shortlog_mesa\.sh|src/intel/blorp/TODO|src/mesa/drivers/dri/gen-symbol-redefs\.py|src/mesa/drivers/dri/r200/Doxyfile
|
|
|
|
|
|
|
|
# radeonsi GLSL lit tests (for developers only)
|
|
|
|
extend-diff-ignore = src/gallium/drivers/radeonsi/glsl_tests/
|
|
|
|
|
|
|
|
# dead code
|
|
|
|
extend-diff-ignore = src/gallium/auxiliary/gallivm/f.cpp
|
|
|
|
|
|
|
|
# empty Makefile.sources
|
|
|
|
extend-diff-ignore = src/gallium/drivers/pl111/Makefile.sources
|
|
|
|
|
|
|
|
# CI
|
|
|
|
extend-diff-ignore = .gitlab-ci|.gitlab-ci.yml
|
2024-09-15 20:05:42 +03:00
|
|
|
|
|
|
|
extend-diff-ignore = VERSION
|