.hgignore
This commit is contained in:
parent
bb57c9e087
commit
ef034b02ff
3 changed files with 17 additions and 1 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
- clean: ['~', '~/.config']
|
- clean: ['~', '~/.config']
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.hgrc: hg/.hgrc
|
|
||||||
~/.emacs.d: emacs/
|
~/.emacs.d: emacs/
|
||||||
~/.config/git: git/
|
~/.config/git: git/
|
||||||
|
~/.config/hg: hg/
|
||||||
~/.gitignore: git/gitignore
|
~/.gitignore: git/gitignore
|
||||||
~/.config/flake8: etc/flake8
|
~/.config/flake8: etc/flake8
|
||||||
~/.config/kak: kak/
|
~/.config/kak: kak/
|
||||||
|
|
|
||||||
15
hg/hgignore
Normal file
15
hg/hgignore
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
syntax: glob
|
||||||
|
|
||||||
|
\#*\#
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
.mypy_cache/
|
||||||
|
__pycache__/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
.ignore
|
||||||
|
.root
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[ui]
|
[ui]
|
||||||
username = Jeremy Kaplan <jdkaplan@metagram.net>
|
username = Jeremy Kaplan <jdkaplan@metagram.net>
|
||||||
|
ignore = ~/.config/hg/hgignore
|
||||||
[extensions]
|
[extensions]
|
||||||
color =
|
color =
|
||||||
hgext.bookmarks =
|
hgext.bookmarks =
|
||||||
Loading…
Add table
Add a link
Reference in a new issue