[PATCH] Ingore some files created during runtime
Wald Commits
scm-commit at wald.intevation.org
Fri Jun 8 11:34:07 CEST 2018
# HG changeset patch
# User gernotbelger
# Date 1528450395 -7200
# Node ID 8272b9761007f548148c74632b4b3a6d3a5a374d
# Parent 41377ff4bc2ed9aedba951dc113d8366d7002046
Ingore some files created during runtime
diff -r 41377ff4bc2e -r 8272b9761007 .hgignore
--- a/.hgignore Fri Jun 08 11:21:58 2018 +0200
+++ b/.hgignore Fri Jun 08 11:33:15 2018 +0200
@@ -3,6 +3,10 @@
artifacts/\.classpath # eclipse
artifacts/\.project # eclipse
artifacts/\.settings # eclipse
+artifacts/doc/artifactsdb
+artifacts/doc/datacagedb
+artifacts/doc/cache
+artifacts/build
artifacts/test-output # eclipse junit/testng plugin output
backend/target # maven output
backend/\.classpath # eclipse
@@ -26,4 +30,6 @@
\.pyc
TAGS
syntax: glob
-artifacts/build/**
+artifacts/doc/*.map
+artifacts/doc/*.log.*
+artifacts/doc/*.log
More information about the Dive4Elements-commits
mailing list