浏览代码

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)
Michael Chirico 4 年之前
父节点
当前提交
5cf393421d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      R.gitignore

+ 3 - 0
R.gitignore

@@ -40,3 +40,6 @@ vignettes/*.pdf
 
 # pkgdown site
 docs/
+
+# translation temp files
+po/*~