From e93beb7c63d24701fdca830ab5e7a18ecac95a10 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Thu, 18 Jul 2013 13:48:36 +0000 Subject: [PATCH] Updated .mtn-ignore --- .mtn-ignore | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.mtn-ignore b/.mtn-ignore index 93fb7bf7cc..433ecc7092 100644 --- a/.mtn-ignore +++ b/.mtn-ignore @@ -1,5 +1,7 @@ # Just to try and prevent some noob disasters. # Use mtn add --no-respect-ignore foo.jar to ignore this ignore list + +# Temporary/build files _jsp\.java$ \.bz2$ \.tar$ @@ -19,13 +21,27 @@ _jsp\.java$ .\deb$ \.zip$ ^\. -^build -^pkg-temp/ ~$ +web-fragment.xml +web-out.xml + +# Temporary/build dirs +^build +^pkg-temp /build -/classes/ +/classes +/dist +/mo +/tmp +^apps/jetty/jettylib + +# Debian-related ^debian/copyright ^debian/changelog + +# Build property overrides override.properties + +# Reporting sloccount.sc ^reports/ -- GitLab