Skip to content

Commit 5cf3934

Browse files
ignore *~ files in the po directory (#3453)
Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac)
1 parent c9fab68 commit 5cf3934

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ vignettes/*.pdf
4040

4141
# pkgdown site
4242
docs/
43+
44+
# translation temp files
45+
po/*~

0 commit comments

Comments
 (0)