summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@codeconstruct.com.au>2021-10-18 14:26:59 +0800
committerMatt Johnston <matt@codeconstruct.com.au>2021-10-18 14:26:59 +0800
commitb4dcb923956ec3dc97d42496a0dcb30938fc84d1 (patch)
tree3979648061d1edfc6ba030195ac26c308c3994bf
parent5338a1d314ca3b67d8ac42d80fc32f8c0f1de9c6 (diff)
downloaddropbear-b4dcb923956ec3dc97d42496a0dcb30938fc84d1.tar.gz
Update .hgignore and .gitignore with tests
-rw-r--r--.gitignore3
-rw-r--r--.hgignore6
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a4a11cd..aac68b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,6 @@ Makefile
config.h
default_options_guard.h
tags
+.pytest*
+*.pyc
+/test/venv
diff --git a/.hgignore b/.hgignore
index 3938238..d0aaa7c 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,2 +1,6 @@
-.*\.o
+\..*\.swp
.*~
+tags
+.pytest*
+.*\.pyc
+test/venv