annotate .hgignore @ 305:a333541a5c74

Syntastic config changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 29 Jul 2015 00:47:48 -0700
parents e2a48fb5e143
children 3ebfb799885b
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
280
6eb4ceca4d99 Ignore pyc files.
Ludovic Chabant <ludovic@chabant.com>
parents: 239
diff changeset
2 *.pyc
195
643370d3d382 Ignore tags.
Ludovic Chabant <ludovic@chabant.com>
parents: 191
diff changeset
3 tags
1
94ceb359327c Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 temp/*
94ceb359327c Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 backup/*
80
121bef55252f Added more VIM plugins (ctrlp, easymotion, powerline).
Ludovic Chabant <ludovic@chabant.com>
parents: 71
diff changeset
6 cache/*
208
4116e33520fa Ignore the new cache for tags files.
Ludovic Chabant <ludovic@chabant.com>
parents: 195
diff changeset
7 tags/*
2
63beff6a8953 Ignoring history file.
Ludovic Chabant <ludovic@chabant.com>
parents: 1
diff changeset
8 .netrwhist
71
67cacdcdd73a Added `hgrc-local` to the ignored files.
Ludovic Chabant <ludovic@chabant.com>
parents: 28
diff changeset
9 hgrc/hgrc-local
191
896acf280e7a Make local Vim config consistent with Mercurial local config.
Ludovic Chabant <ludovic@chabant.com>
parents: 80
diff changeset
10 vim/vimrc-local
285
175fbfef4267 Ignore local Vim bundle.
Ludovic Chabant <ludovic@chabant.com>
parents: 280
diff changeset
11 vim/local/
239
ec74791ee042 Ignore more stuff.
Ludovic Chabant <ludovic@chabant.com>
parents: 221
diff changeset
12 weechat/logs
ec74791ee042 Ignore more stuff.
Ludovic Chabant <ludovic@chabant.com>
parents: 221
diff changeset
13 weechat/*.log
293
e2a48fb5e143 Ignore decrypted files.
Ludovic Chabant <ludovic@chabant.com>
parents: 285
diff changeset
14 mutt/*.gpg
1
94ceb359327c Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
15