1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00

misc: add .gitattributes for GitHub linguist

This commit is contained in:
Markus F.X.J. Oberhumer
2022-08-28 22:35:36 +02:00
parent 3c47898cf4
commit 93c04d1f66

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# make GitHub language detection more accurate, see https://github.com/github/linguist
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