office-gobmx/compilerplugins/.gitignore
Luboš Luňák 1c8b2b6da1 use PCH for clang plugin source too, if enabled
This currently supports only building with Clang on Linux, as
I'm lazy to handle the other cases (and Clang should be usually
self-built anyway). The main compile time cost is in optimizing
the code, but this still saves few seconds per source.

Change-Id: Ib6c0fd874820af737ee1257cb5234fb78bc63ad8
Reviewed-on: https://gerrit.libreoffice.org/80810
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-10-15 16:02:40 +02:00

24 lines
667 B
Text

/clang/clang-timestamp
/clang/plugin.dll
/clang/plugin.so
/clang/clang.pch
/clang/clang.pch.d
/clang/sharedvisitor/*.plugininfo
/clang/sharedvisitor/analyzer
/clang/sharedvisitor/analyzer.d
/clang/sharedvisitor/analyzer.exe
/clang/sharedvisitor/analyzer.o
/clang/sharedvisitor/clang.pch
/clang/sharedvisitor/clang.pch.d
/clang/sharedvisitor/generator
/clang/sharedvisitor/generator.d
/clang/sharedvisitor/generator.exe
/clang/sharedvisitor/generator.o
/clang/sharedvisitor/sharedvisitor.cxx
/clang/sharedvisitor/sharedvisitor.d
/clang/sharedvisitor/sharedvisitor.o
/clang/sources-new.txt
/clang/sources-shared-new.txt
/clang/sources-shared.txt
/clang/sources.txt
obj