summaryrefslogtreecommitdiff
path: root/compilerplugins/.gitignore
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-15 10:04:54 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-15 16:02:40 +0200
commit1c8b2b6da13636b07d47e157b2ddac445966ddf4 (patch)
tree823e2adb5db894a9d2af5bc317aebec0e81e57e5 /compilerplugins/.gitignore
parenta5496f4441450bec4dfb7468642d72c758a725a8 (diff)
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>
Diffstat (limited to 'compilerplugins/.gitignore')
-rw-r--r--compilerplugins/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/.gitignore b/compilerplugins/.gitignore
index a20678901a16..a1c7d40d7bd8 100644
--- a/compilerplugins/.gitignore
+++ b/compilerplugins/.gitignore
@@ -1,6 +1,8 @@
/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