summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-07-29 07:52:17 -0700
committerEivind Næss <eivnaes@yahoo.com>2021-07-29 07:52:17 -0700
commit214aeb163eb309c53793609871abbac1b793aa52 (patch)
tree993d8ad22f8d50183a7314fde33a67dab0b97157 /.gitignore
parent9e1e5b0e4e95cf70196ba2383d371b41d4731a44 (diff)
downloadppp-214aeb163eb309c53793609871abbac1b793aa52.tar.gz
Adding in unit-tests for chap_ms.c in pppd
This would have uncovered the change that broke MD4 Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 052d5fd..133a3df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@ autom4te.cache
/configure.scan
/depcomp
/install-sh
+/test-driver
/missing
/INSTALL
/pppd/stamp-h1
@@ -50,5 +51,9 @@ m4/lt~obsolete.m4
Makefile
Makefile.in
+# Test related stuff
+utest_*
+test-suite.log
+
# Distfiles
/ppp-*.tar.gz