D12787: Ignore more types of source files
Stefan BrĂ¼ns
noreply at phabricator.kde.org
Mon May 14 14:29:30 UTC 2018
bruns added a comment.
Does anyone know if there are any artifacts generated by the meson build system?
INLINE COMMENTS
> fileexcludefilters.cpp:74
>
> // Compiled files
> "*.class", // Java
Probably `Bytecode` - we have `.o` above, which is also compiled
> fileexcludefilters.cpp:76
> "*.class", // Java
> "*.pyc", // Python
> "*.elc", // Emacs Lisp
For python2, there is also `.pyo` (Python3 is covered by the `__pycache__` directory filter)
> ngraham wrote in fileexcludefilters.cpp:69
> As far as I can tell, we do not, and they have to be manually listed. I've added `qmlc` and `jsc`. Any more you can think of?
Static library - `.a`
REPOSITORY
R293 Baloo
REVISION DETAIL
https://phabricator.kde.org/D12787
To: ngraham, michaelh, bruns
Cc: broulik, cfeck, kde-frameworks-devel, #baloo, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180514/b9393792/attachment.html>
More information about the Kde-frameworks-devel
mailing list