[PATCH 3 of 3] Ignore mapfiles, shapefiles and LaTeX output

Wald Commits scm-commit at wald.intevation.org
Fri Feb 25 17:22:30 CET 2022


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1645805876 -3600
#      Fri Feb 25 17:17:56 2022 +0100
# Branch 3.2.x
# Node ID da398790fa3259f89a0e29d2ddf4ea59ab544f4c
# Parent  654aaa0d7576ea956b23c68b419c239b5cc1f6f7
Ignore mapfiles, shapefiles and LaTeX output

diff -r 654aaa0d7576 -r da398790fa32 .dockerignore
--- a/.dockerignore	Fri Feb 25 17:13:49 2022 +0100
+++ b/.dockerignore	Fri Feb 25 17:17:56 2022 +0100
@@ -3,3 +3,14 @@
 **/*.lock.db
 **/*.trace.db
 **/*.map
+**/*.log
+**/*.shp
+**/*.dbf
+**/*.prj
+**/*.fix
+**/*.qix
+**/*.shx
+**/*.aux
+**/*.out
+**/*.toc
+**/*.pdf
diff -r 654aaa0d7576 -r da398790fa32 .hgignore
--- a/.hgignore	Fri Feb 25 17:13:49 2022 +0100
+++ b/.hgignore	Fri Feb 25 17:17:56 2022 +0100
@@ -25,3 +25,18 @@
 \.swo
 \.pyc
 TAGS
+\.map
+\.h2\.db
+\.lock\.db
+\.trace\.db
+\.log
+\.shp
+\.dbf
+\.prj
+\.fix
+\.qix
+\.shx
+\.aux
+\.out
+\.toc
+\.pdf


More information about the Dive4Elements-commits mailing list