Skip to content

Commit 406859f

Browse files
authored
Add 'bin' extension to extensions.py
Recognize .bin files as binary.
1 parent b39f637 commit 406859f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'bbclass': {'text', 'bitbake'},
2020
'beancount': {'text', 'beancount'},
2121
'bib': {'text', 'bib'},
22+
'bin': {'binary'},
2223
'bmp': {'binary', 'image', 'bitmap'},
2324
'bz2': {'binary', 'bzip2'},
2425
'bz3': {'binary', 'bzip3'},

0 commit comments

Comments
 (0)