Skip to content

Commit 7585df4

Browse files
committed
Update .gitignore and .Rbuildignore
1 parent dc15369 commit 7585df4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
^\.travis\.yml$
22
^\.covrignore$
33
^\.github$
4+
^compile_commands\.json$
45
^README\.Rmd$
56
\.o$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/config.*
55
/src/onig/config.h
66
/Rprof.out
7+
/compile_commands.json

0 commit comments

Comments
 (0)