Skip to content

Commit 059831f

Browse files
authored
Merge pull request #555 from Roxedus/feat/ipxe
Add .ipxe extension
2 parents 9e78792 + 7e6b541 commit 059831f

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
@@ -122,6 +122,7 @@
122122
'inx': {'text', 'xml', 'inx'},
123123
'ipynb': {'text', 'jupyter', 'json'},
124124
'ipp': {'text', 'c++'},
125+
'ipxe': {'text', 'ipxe'},
125126
'ixx': {'text', 'c++'},
126127
'j2': {'text', 'jinja'},
127128
'jade': {'text', 'jade'},

0 commit comments

Comments
 (0)