diff --git a/.Rbuildignore b/.Rbuildignore index b11d2e1..da1945f 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,5 @@ docker ^\.github$ ^CRAN-SUBMISSION$ +^compile_commands\.json$ +^\.cache$ diff --git a/.gitignore b/.gitignore index ae4e86b..d51301b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ inst/doc *.dll *~ swephR.Rproj +compile_commands.json +.cache +revdep \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index f30d690..6f658aa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -30,3 +30,4 @@ Additional_repositories: https://rstub.r-universe.dev VignetteBuilder: knitr LazyData: true Language: en-US +Config/build/compilation-database: true