diff --git a/.gitignore b/.gitignore index 7fdea582cc791299364567e2feb93c2cbe47390b..4677c245a854e7d6b950680b5d7c16facecc9447 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ *.pyc *.egg-info +build +.pybuild +debian/tmp +debian/*.log +venv +.coverage + diff --git a/pam/.gitignore b/pam/.gitignore index 436752b4e09b7f4ec20c0b25f825d2de187bb6a0..204f95f70863243d104348ace3e3e56b24d76eab 100644 --- a/pam/.gitignore +++ b/pam/.gitignore @@ -13,7 +13,10 @@ missing *~ *.lo *.la +*.a *.o +*.log +*.trs .deps .libs config.h @@ -22,3 +25,6 @@ config.status libtool stamp-* Makefile +auth_client_test +test-driver +test-suite.log