# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1237482726 -3600 # Node ID 761b095c11fb6e6a81a5b1b91ced5d83f8c81367 # Parent a421aca2b0f5e5fc921e4dff643cc511722e9984 Also ignore .pyo files. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,6 @@ syntax:glob *.pyc +*.pyo .DS_Store *.swp *~