Closed Flimm closed 2 years ago
Editors like Vim and Gedit will create backup copies of a file. A file named foobar may get a backup copy called .foobar~, with the prefix of a dot and the suffix of a tilde.
foobar
.foobar~
This pull request adds that pattern to .distignore.
.distignore
Editors like Vim and Gedit will create backup copies of a file. A file named
foobar
may get a backup copy called.foobar~
, with the prefix of a dot and the suffix of a tilde.This pull request adds that pattern to
.distignore
.