annotate .hgignore @ 16:001e43423d5d

added replace transformer to remove garbage character (ESC, unicode 001B) from "screen prints", replaced with a space.
author ferrall@nwoca.org
date Tue, 08 Feb 2011 08:12:33 -0500
parents 4417b025157e
children
rev   line source
3
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
1 \.orig$
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
2 \.orig\..*$
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
3 \.chg\..*$
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
4 \.rej$
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
5 \.conflict\~$
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
6 glob:build/*
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
7 glob:dist/*
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
8 glob:nbproject/private/*
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
9 glob:.idea/workspace.*
4417b025157e add ignore file
smith@nwoca.org
parents:
diff changeset
10