Download:
child 277:46c4db4da923
parent 275:287d4fa78636
276:3b05199aaae2
Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:20:28 +0400
.hgrc: add a per-user hgignore file (currently only with pytype cache dir)

2 файлов изменено, 3 вставок(+), 0 удалений(-) [+]
.hgignore file | annotate | diff | comparison | revisions
.hgrc file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore Sat Jul 13 01:20:28 2024 +0400
@@ -0,0 +1,2 @@
+syntax: glob
+.pytype/
--- a/.hgrc Sat Jul 13 01:16:52 2024 +0400
+++ b/.hgrc Sat Jul 13 01:20:28 2024 +0400
@@ -2,6 +2,7 @@
username = Anton Shestakov <av6@dwimlabs.net>
ssh = ssh -C
editor = ~/.hgeditor
+ignore = ~/.hgignore
mergemarkers = detailed
tweakdefaults = true