changeset 1838:60cd5cdb165c

Update .hgignore and .gitignore with tests
author Matt Johnston <matt@codeconstruct.com.au>
date Mon, 18 Oct 2021 14:26:59 +0800
parents df7bfd2f7d45
children ce17be95a42a
files .gitignore .hgignore
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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