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)
This commit is contained in:
parent
c9fab68db3
commit
5cf393421d
1 changed files with 3 additions and 0 deletions
|
|
@ -40,3 +40,6 @@ vignettes/*.pdf
|
|||
|
||||
# pkgdown site
|
||||
docs/
|
||||
|
||||
# translation temp files
|
||||
po/*~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue