Update .hgignore and .gitignore with tests

This commit is contained in:
Matt Johnston 2021-10-18 14:26:59 +08:00
parent 8b0d31ab20
commit e6152ccd7d
2 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -23,3 +23,6 @@ Makefile
config.h config.h
default_options_guard.h default_options_guard.h
tags tags
.pytest*
*.pyc
/test/venv

View File

@ -1,2 +1,6 @@
.*\.o \..*\.swp
.*~ .*~
tags
.pytest*
.*\.pyc
test/venv