Skip to content

Commit 9ac1aba

Browse files
committed
added dir-locals.el to gitignore
1 parent 8d35246 commit 9ac1aba

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ inst/include/Rcpp/sugar/functions/impl
1111
vignettes/notyet
1212
doxyfile
1313
.travis.yml
14+
.dir-locals.el

ChangeLog

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
2014-05-24 Dirk Eddelbuettel <[email protected]>
2+
3+
* .Rbuildignore: Add .dir-locals.el
4+
15
2014-05-23 Dirk Eddelbuettel <[email protected]>
26

37
* R/Module.R (new_dummyObject): Remove erraneous quotes
48

59
* .dir-locals.el: Setting tab-width to 8
6-
10+
711
2014-05-18 Kevin Ushey <[email protected]>
812

913
* inst/include/Rcpp/vector/Vector.h: Safer casting to fix #146
@@ -49,9 +53,9 @@
4953

5054
2014-03-13 Dirk Eddelbuettel <[email protected]>
5155

52-
* DESCRIPTION: Release 0.11.0
53-
* inst/NEWS.Rd: Release 0.11.0
54-
* inst/include/Rcpp/config.h: Release 0.11.0
56+
* DESCRIPTION: Release 0.11.1
57+
* inst/NEWS.Rd: Release 0.11.1
58+
* inst/include/Rcpp/config.h: Release 0.11.1
5559
* debian/*: Similarly updated for new release to Debian
5660

5761
2014-03-09 Kevin Ushey <[email protected]>

0 commit comments

Comments
 (0)