Mercurial > dotfiles
annotate .hgignore @ 474:265442d4def8
Improve FZF config on Vim, add Vimcrosoft mappings.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 18 Sep 2019 14:58:52 -0700 |
parents | 222b477ad678 |
children | 07f1c6925823 |
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 |
358
a951ca3b5d8c
Add local `gitconfig`.
Ludovic Chabant <ludovic@chabant.com>
parents:
319
diff
changeset
|
9 git/gitconfig-local |
71
67cacdcdd73a
Added `hgrc-local` to the ignored files.
Ludovic Chabant <ludovic@chabant.com>
parents:
28
diff
changeset
|
10 hgrc/hgrc-local |
407
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
388
diff
changeset
|
11 lib/ |
416
222b477ad678
Install script improvements.
Ludovic Chabant <ludovic@chabant.com>
parents:
407
diff
changeset
|
12 local/ |
191
896acf280e7a
Make local Vim config consistent with Mercurial local config.
Ludovic Chabant <ludovic@chabant.com>
parents:
80
diff
changeset
|
13 vim/vimrc-local |
388
662a9dee6cd3
Add local pre-override vimrc to the ignore patterns.
Ludovic Chabant <ludovic@chabant.com>
parents:
362
diff
changeset
|
14 vim/vimrc-local-pre |
407
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
388
diff
changeset
|
15 vim/bundle/ |
285
175fbfef4267
Ignore local Vim bundle.
Ludovic Chabant <ludovic@chabant.com>
parents:
280
diff
changeset
|
16 vim/local/ |
239 | 17 weechat/logs |
18 weechat/*.log | |
293
e2a48fb5e143
Ignore decrypted files.
Ludovic Chabant <ludovic@chabant.com>
parents:
285
diff
changeset
|
19 mutt/*.gpg |
359 | 20 mutt/variables |
319
3ebfb799885b
Add more stuff in ignore file.
Ludovic Chabant <ludovic@chabant.com>
parents:
293
diff
changeset
|
21 pentadactyl/.pentadactyl |
3ebfb799885b
Add more stuff in ignore file.
Ludovic Chabant <ludovic@chabant.com>
parents:
293
diff
changeset
|
22 pentadactyl/info |
362
6388ee5be293
Ignore Fish temp files
Ludovic Chabant <ludovic@chabant.com>
parents:
359
diff
changeset
|
23 fish/fish_history |
6388ee5be293
Ignore Fish temp files
Ludovic Chabant <ludovic@chabant.com>
parents:
359
diff
changeset
|
24 fish/fishd.* |