forked from I2P_Developers/i2p.i2p

- trimMtnRev: create a new property with the revision trimmed to 8 characters. - getExtendedVersion: create a new property that includes the full version with the shortened MTN revision tacked on - debchange: automatically update debian/changelog with the I2P version. Called by the "debian" target unless the property noAutoDebchange is set. - debian-tarball: export i2p.i2p branch to a new directory, remove the binaries like jbigi and launch4j, and create a tarball. * move packages created by "ant debian" to ${basedir} * add debian/changelog to .mtn-ignore since it is now automatically updated (by default). * add *.deb to .mtn-ignore
32 lines
372 B
Plaintext
32 lines
372 B
Plaintext
# Just to try and prevent some noob disasters.
|
|
# Use mtn add --no-respect-ignore foo.jar to ignore this ignore list
|
|
_jsp\.java$
|
|
\.bz2$
|
|
\.tar$
|
|
\.class$
|
|
\.diff$
|
|
\.exe$
|
|
\.fba$
|
|
\.gz$
|
|
\.jar$
|
|
\.out$
|
|
\.patch$
|
|
\.sig$
|
|
\.sud$
|
|
\.su2$
|
|
\.tar$
|
|
\.war$
|
|
.\deb$
|
|
\.zip$
|
|
^\.
|
|
^build
|
|
^pkg-temp/
|
|
~$
|
|
/build
|
|
/classes/
|
|
^debian/copyright
|
|
^debian/changelog
|
|
override.properties
|
|
sloccount.sc
|
|
^reports/
|