1
0
Fork 0

.hgignore

This commit is contained in:
Jeremy Kaplan 2018-07-21 13:04:46 -07:00
commit ef034b02ff
3 changed files with 17 additions and 1 deletions

View file

@ -4,9 +4,9 @@
- clean: ['~', '~/.config']
- link:
~/.hgrc: hg/.hgrc
~/.emacs.d: emacs/
~/.config/git: git/
~/.config/hg: hg/
~/.gitignore: git/gitignore
~/.config/flake8: etc/flake8
~/.config/kak: kak/

15
hg/hgignore Normal file
View file

@ -0,0 +1,15 @@
syntax: glob
\#*\#
*~
*.swp
.mypy_cache/
__pycache__/
venv/
node_modules/
package-lock.json
.ignore
.root

View file

@ -1,5 +1,6 @@
[ui]
username = Jeremy Kaplan <jdkaplan@metagram.net>
ignore = ~/.config/hg/hgignore
[extensions]
color =
hgext.bookmarks =