From f588caece29a4c27a87278311df9bf27eae2d655 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 18 Apr 2014 12:35:00 +0100 Subject: [PATCH] ignore more things --- .gitignore | 7 +++++++ pam/.gitignore | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 7fdea58..4677c24 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 436752b..204f95f 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 -- GitLab