diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-12-01 10:13:03 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-12-01 10:13:03 +0000 |
commit | e7ce957e4efd094cdfaac8908cc95042b47260a3 (patch) | |
tree | 97da73ae788f15070527d8b0c6629426784d6f97 /modules | |
parent | ca0f93a7e6a1b3e0d2d94b658d84e9b34b17577b (diff) | |
download | pam-e7ce957e4efd094cdfaac8908cc95042b47260a3.tar.gz pam-e7ce957e4efd094cdfaac8908cc95042b47260a3.tar.bz2 pam-e7ce957e4efd094cdfaac8908cc95042b47260a3.zip |
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
Add .cvsignore file
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_timestamp/.cvsignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/pam_timestamp/.cvsignore b/modules/pam_timestamp/.cvsignore new file mode 100644 index 00000000..d9a7b0d9 --- /dev/null +++ b/modules/pam_timestamp/.cvsignore @@ -0,0 +1,12 @@ +*.la +*.lo +*.so +*~ +.deps +.libs +Makefile +Makefile.in +README +pam_timestamp.8 +pam_timestamp_check.8 + |