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