diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-12 08:36:42 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-12 08:36:42 +0000 |
commit | 993d5e30fa9085a05cc8231c49750e8bcc03170e (patch) | |
tree | 79d64253dd6290815a8a769267c0d34e7012a018 /tests/.cvsignore | |
parent | bd940ba3beea685e297144705bc3d7547e81b837 (diff) | |
download | pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.tar.gz pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.tar.bz2 pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
Add lot of tests for make check
Diffstat (limited to 'tests/.cvsignore')
-rw-r--r-- | tests/.cvsignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/.cvsignore b/tests/.cvsignore new file mode 100644 index 00000000..0ab179e8 --- /dev/null +++ b/tests/.cvsignore @@ -0,0 +1,18 @@ +Makefile +Makefile.in +.deps +.libs +*.o +tst-dlopen +tst-pam_acct_mgmt +tst-pam_authenticate +tst-pam_chauthtok +tst-pam_close_session +tst-pam_end +tst-pam_fail_delay +tst-pam_get_item +tst-pam_getenvlist +tst-pam_open_session +tst-pam_set_item +tst-pam_setcred +tst-pam_start |