1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
upx/.gitattributes
Markus F.X.J. Oberhumer 641b116f04 Update .gitattributes.
2023-07-25 12:18:33 +02:00

25 lines
820 B
Plaintext

# see https://github.com/github-linguist/linguist
#
# HINT: check settings with
# git ls-files | git check-attr --stdin --all
# tell GitHub and other diff-tools that these files are automatically generated
doc/upx.1 linguist-generated
doc/upx-doc.* linguist-generated
src/stub/*.h linguist-generated
src/stub/src/arch/**/lzma_d_c[fns].S linguist-generated
src/stub/tmp/** linguist-generated
# make GitHub language detection more accurate
src/*.h linguist-language=C++
src/*/*.h linguist-language=C++
src/stub/**/*.ash linguist-language=Assembly
src/stub/**/*.asm linguist-language=Assembly
src/stub/**/*.S linguist-language=Assembly
src/stub/tmp/** linguist-vendored