mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-25 13:27:33 +00:00
add ko to compiled objects
This commit is contained in:
parent
78ba0b8973
commit
c17cf95f4c
@ -88,7 +88,7 @@ impl FileExtensions {
|
||||
}
|
||||
|
||||
fn is_compiled(&self, file: &File) -> bool {
|
||||
if file.extension_is_one_of( &[ "class", "elc", "hi", "o", "pyc", "zwc" ]) {
|
||||
if file.extension_is_one_of( &[ "class", "elc", "hi", "o", "pyc", "zwc", "ko" ]) {
|
||||
true
|
||||
}
|
||||
else if let Some(dir) = file.parent_dir {
|
||||
|
Loading…
Reference in New Issue
Block a user