annotate .hgignore @ 119:6dbbf36a523d

VIM changes: - Added `venv` to directories ignored by Ctrl-P. - Fixed some mappings. - Use magic regexes by default for searching. - More clever searching with `*` and `#`.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 01 Feb 2013 13:32:19 -0800
parents 121bef55252f
children 896acf280e7a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
94ceb359327c Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 syntax:glob
94ceb359327c Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 temp/*
94ceb359327c Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 backup/*
80
121bef55252f Added more VIM plugins (ctrlp, easymotion, powerline).
Ludovic Chabant <ludovic@chabant.com>
parents: 71
diff changeset
4 cache/*
2
63beff6a8953 Ignoring history file.
Ludovic Chabant <ludovic@chabant.com>
parents: 1
diff changeset
5 .netrwhist
71
67cacdcdd73a Added `hgrc-local` to the ignored files.
Ludovic Chabant <ludovic@chabant.com>
parents: 28
diff changeset
6 hgrc/hgrc-local
1
94ceb359327c Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7