Mercurial > dotfiles
annotate .hgignore @ 280:6eb4ceca4d99
Ignore pyc files.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 27 Jan 2015 15:31:38 -0800 |
parents | ec74791ee042 |
children | 175fbfef4267 |
rev | line source |
---|---|
1
94ceb359327c
Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 syntax:glob |
280 | 2 *.pyc |
195 | 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 | 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 |
239 | 11 weechat/logs |
12 weechat/*.log | |
1
94ceb359327c
Added markdown as a subrepo. Added hgignore.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
13 |