mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 20:15:11 +00:00
Merge pull request #735 from Finermeerkat137/pull_req
add ko to compiled objects
This commit is contained in:
commit
c167046c34
@ -88,7 +88,7 @@ impl FileExtensions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn is_compiled(&self, file: &File) -> bool {
|
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
|
true
|
||||||
}
|
}
|
||||||
else if let Some(dir) = file.parent_dir {
|
else if let Some(dir) = file.parent_dir {
|
||||||
|
Loading…
Reference in New Issue
Block a user