ignore: fix hgignore to point to the correct folder draft
authorBoris Feld <boris.feld@octobus.net>
Fri, 22 Nov 2019 18:28:01 +0100
changeset 5224 0a6aee4b4947
parent 5009 0ab3b94562ab
child 5225 43b62e1c72ee
ignore: fix hgignore to point to the correct folder Files might have been imported initially as docs/training but were moved to docs/tutorial and the hgignore was likely forgotten.
.hgignore
--- a/.hgignore	Mon Dec 09 10:36:11 2019 -0800
+++ b/.hgignore	Fri Nov 22 18:28:01 2019 +0100
@@ -15,10 +15,10 @@
 \.ico$
 tests/\.testtimes
 
-^docs/training/graphs/
-^docs/training/html/
-^docs/training/index.html
-^docs/training/graphviz-images/
-^docs/training/img/
-^docs/training/output/
-^docs/training/pandocfilters/
+^docs/tutorial/graphs/
+^docs/tutorial/html/
+^docs/tutorial/index.html
+^docs/tutorial/graphviz-images/
+^docs/tutorial/img/
+^docs/tutorial/output/
+^docs/tutorial/pandocfilters/