# HG changeset patch # User Matt Johnston # Date 1634538419 -28800 # Node ID 60cd5cdb165cfcf73ed235e2b049f4642ae34949 # Parent df7bfd2f7d457cdb30b1068dfd12474a7ac18b4f Update .hgignore and .gitignore with tests diff -r df7bfd2f7d45 -r 60cd5cdb165c .gitignore --- a/.gitignore Mon Oct 18 14:24:32 2021 +0800 +++ b/.gitignore Mon Oct 18 14:26:59 2021 +0800 @@ -23,3 +23,6 @@ config.h default_options_guard.h tags +.pytest* +*.pyc +/test/venv diff -r df7bfd2f7d45 -r 60cd5cdb165c .hgignore --- a/.hgignore Mon Oct 18 14:24:32 2021 +0800 +++ b/.hgignore Mon Oct 18 14:26:59 2021 +0800 @@ -1,2 +1,6 @@ -.*\.o +\..*\.swp .*~ +tags +.pytest* +.*\.pyc +test/venv