Skip to content

Commit af7ffa1

Browse files
authored
Merge pull request #3 from R-Lum/ignore_emacs_backup_files
Ignore emacs backup files
2 parents 62dd908 + 3e157fd commit af7ffa1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

inst/extdata/temp_Rbuildignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -------------------------------------------------------------------------------------------------#
22
# .Rbuildignore automatically generated by RLumBuild
33
# author: Sebastian Kreutzer
4-
# template version: 2024-09-12
4+
# template version: 2024-09-24
55
# -------------------------------------------------------------------------------------------------#
66

77
# -- Exclude R stuff --
@@ -50,3 +50,6 @@
5050
# -- Exclude meta data stuff --
5151
^codemeta\.json$
5252
^\.zenodo\.json$
53+
54+
# -- Exclude emacs stuff --
55+
.*~$

0 commit comments

Comments
 (0)