فهرست منبع

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/*~