mirror of
https://github.com/ksherlock/gopher.git
synced 2025-03-13 04:32:58 +00:00
.mk (makefile) is text.
This commit is contained in:
parent
f92f901742
commit
29d7dd0181
@ -15,7 +15,8 @@ TEXT = {
|
||||
".h" => true,
|
||||
".txt" => true,
|
||||
".text" => true,
|
||||
".rb" => true
|
||||
".rb" => true,
|
||||
'.mk' => true
|
||||
}
|
||||
|
||||
def do_error(client, message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user