Mercurial Queues Emulation for Git
Revisión | 82c492188d1e606dc17ef3edec0e42aecc1e1817 (tree) |
---|---|
Tiempo | 2022-02-07 00:24:12 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Do not consider backup files for SCM tracking.
* .gitignore (*~): Add reference; GNU autoconf, from v2.70 onwards,
creates backup files named to match this pattern, so ensure that git,
and hg, will ignore these files.
@@ -7,3 +7,4 @@ ChangeLog | ||
7 | 7 | autom4te.cache/ |
8 | 8 | configure |
9 | 9 | config.* |
10 | +*~ |