annotate .hgignore @ 107:6539ab2d189b

unix: avoid using non-portable `read -p' `read -p' is not POSIX-compatible, but bash-compatible. See [0], [1]. Thus replace it with `printf' and `read' combo that does the same, but still conforms with POSIX. [0]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/read.html [1]: https://www.gnu.org/software/bash/manual/bashref.html#index-read
author Ilya Tumaykin <itumaykin@gmail.com>
date Mon, 22 Feb 2016 03:49:49 +0300
parents ba9a9ebdd345
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
ba9a9ebdd345 Properly ignore only tags files.
Ludovic Chabant <ludovic@chabant.com>
parents: 2
diff changeset
1 syntax:regexp
ba9a9ebdd345 Properly ignore only tags files.
Ludovic Chabant <ludovic@chabant.com>
parents: 2
diff changeset
2 (^|/)tags$
2
d073ca33c5b8 Added `.hgignore`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3