.hgignore
author Dale Wijnand <dale.wijnand@gmail.com>
Thu, 20 Jan 2011 21:18:29 +0100
changeset 295 9741d82e5b1e
parent 273 7bae88583a53
child 277 265b258904d2
permissions -rw-r--r--
servelog: use simplejson and the % operator for python versions < 2.6 Both the json module and str format operator are new in version 2.6, so replace them with the simplejson module and the % operator, respectively.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
167
aeeba4d0dd4e Ignore files in build directory
Paul Crowley <paul@lshift.net>
parents: 64
diff changeset
     1
^build/
273
7bae88583a53 Merge in testing code
Paul Crowley <paul@lshift.net>
parents: 167
diff changeset
     2
^dev/chroot-test/build/
7bae88583a53 Merge in testing code
Paul Crowley <paul@lshift.net>
parents: 167
diff changeset
     3
31
d54720d47ca2 start to move towards things living where they should and new
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     4
syntax: glob
d54720d47ca2 start to move towards things living where they should and new
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     5
d54720d47ca2 start to move towards things living where they should and new
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     6
*~
62
f1e319d3672a Regularise one NL before EOF
Paul Crowley <paul@lshift.net>
parents: 31
diff changeset
     7
*.pyc
64
60c557a63810 Ignore more
Paul Crowley <paul@lshift.net>
parents: 62
diff changeset
     8
*.orig
60c557a63810 Ignore more
Paul Crowley <paul@lshift.net>
parents: 62
diff changeset
     9
*.rej