upx/.gitattributes

37 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-03-19 16:03:37 +01:00
# Copyright (C) Markus Franz Xaver Johannes Oberhumer
2023-07-25 12:18:33 +02:00
# see https://github.com/github-linguist/linguist
#
# HINT: check settings with
# git ls-files | git check-attr --stdin --all
2024-04-01 20:31:05 +02:00
# git ls-files --eol
# disable all line ending conversions
* -text
2023-08-08 10:34:12 +02:00
#
# tell diff tools that these files are generated automatically
#
2023-08-08 10:34:12 +02:00
/doc/upx.1 linguist-generated
/doc/upx-doc.* linguist-generated
2023-08-08 10:34:12 +02:00
/src/stub/*.h linguist-generated
/src/stub/src/arch/**/lzma_d_c[fns].S linguist-generated
/src/stub/tmp/** linguist-generated
2023-07-25 12:18:33 +02:00
2023-11-03 17:52:46 +01:00
/misc/podman/*/packages*.txt linguist-generated
/misc/testsuite/*expected_sha256sums* linguist-generated
2023-08-08 10:34:12 +02:00
#
2023-07-25 12:18:33 +02:00
# make GitHub language detection more accurate
2023-08-08 10:34:12 +02:00
#
2023-07-25 12:18:33 +02:00
2023-08-08 10:34:12 +02:00
/src/*.h linguist-language=C++
/src/*/*.h linguist-language=C++
2023-07-25 12:18:33 +02:00
2023-08-08 10:34:12 +02:00
/src/stub/**/*.ash linguist-language=Assembly
/src/stub/**/*.asm linguist-language=Assembly
/src/stub/**/*.S linguist-language=Assembly
2023-07-25 12:18:33 +02:00
2023-08-08 10:34:12 +02:00
/src/stub/tmp/** linguist-vendored