about summary refs log tree commit diff
path: root/Completion/Unix/Type/_object_files
blob: 31a13aefc792b7622eae2fa403cd5ebe372257a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#autoload

local expl

_description files expl 'object file'

__object_file() {
  [[ -x $REPLY || $REPLY = *.([ao]|so|elf)(.<->)## || $REPLY = (core*|*.core) ]]
}

_files -g '*(-.e,__object_file,)'