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:
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal 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
|
Reference in New Issue
Block a user