Adding upstream version 2.4.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6adea5b8c7
commit
53c0315956
3 changed files with 12 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
EXTENSIONS = {
|
||||
'adoc': {'text', 'asciidoc'},
|
||||
'ai': {'binary', 'adobe-illustrator'},
|
||||
'aj': {'text', 'aspectj'},
|
||||
'asciidoc': {'text', 'asciidoc'},
|
||||
'apinotes': {'text', 'apinotes'},
|
||||
'asar': {'binary', 'asar'},
|
||||
|
@ -287,6 +288,8 @@ NAMES = {
|
|||
'Gemfile': EXTENSIONS['rb'],
|
||||
'Gemfile.lock': {'text'},
|
||||
'GNUmakefile': EXTENSIONS['mk'],
|
||||
'go.mod': {'text', 'go-mod'},
|
||||
'go.sum': {'text', 'go-sum'},
|
||||
'Jenkinsfile': EXTENSIONS['jenkins'],
|
||||
'LICENSE': EXTENSIONS['txt'],
|
||||
'MAINTAINERS': EXTENSIONS['txt'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue