Skip to content

Commit a9778fd

Browse files
committed
pkgload:::use_compilation_db()
1 parent f6098bf commit a9778fd

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
^CRAN-SUBMISSION$
2424
^\.vscode$
2525
^[.]?air[.]toml$
26+
^compile_commands\.json$
27+
^\.cache$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ revdep/checks.noindex
99
revdep/library.noindex
1010
revdep/data.sqlite
1111
docs
12+
compile_commands.json
13+
.cache

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ Encoding: UTF-8
5151
LazyData: true
5252
Roxygen: list(markdown = TRUE)
5353
RoxygenNote: 7.3.3
54+
Config/build/compilation-database: true

0 commit comments

Comments
 (0)