From 5cf393421db855df42b64e081a916d054f6c5ecc Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sat, 4 Jul 2020 04:19:48 +0800 Subject: [PATCH] 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) --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index e2101077..da10c745 100644 --- a/R.gitignore +++ b/R.gitignore @@ -40,3 +40,6 @@ vignettes/*.pdf # pkgdown site docs/ + +# translation temp files +po/*~