summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-10-27 14:55:55 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-10-27 14:55:55 +0000
commit3e7fb3233efe776d867be9d34b4b6e83ec59df86 (patch)
tree07a120df29d3f5e0b6baceffc9c4a6b12a426704
parentf1ac3dedfca57b431e17ce3ba1004e5dd9a1b561 (diff)
Update .gitignore files
* .gitignore: Add common ignore patterns. * m4/.gitignore: Unignore local m4 files. * dynamic/.gitignore: Unignore Makefile. * libpamc/test/modules/.gitignore: Likewise. * libpamc/test/regress/.gitignore: Likewise. * po/.gitignore: Add Makevars.template. * conf/.gitignore: Remove common ignore patterns. * conf/pam_conv1/.gitignore: Likewise. * doc/.gitignore: Likewise. * doc/specs/.gitignore: Likewise. * doc/specs/formatter/.gitignore: Likewise. * examples/.gitignore: Likewise. * modules/pam_filter/upperLOWER/.gitignore: Likewise. * modules/pam_mkhomedir/.gitignore: Likewise. * modules/pam_selinux/.gitignore: Likewise. * modules/pam_stress/.gitignore: Likewise. * modules/pam_tally/.gitignore: Likewise. * modules/pam_tally2/.gitignore: Likewise. * modules/pam_timestamp/.gitignore: Likewise. * modules/pam_unix/.gitignore: Likewise. * tests/.gitignore: Likewise. * xtests/.gitignore: Likewise. * doc/adg/.gitignore: Remove. * doc/man/.gitignore: Remove. * doc/mwg/.gitignore: Remove. * doc/sag/.gitignore: Remove. * libpamc/.gitignore: Remove. * libpamc/test/.gitignore: Remove. * libpam/.gitignore: Remove. * libpam_misc/.gitignore: Remove. * modules/.gitignore: Remove. * modules/pam_access/.gitignore: Remove. * modules/pam_cracklib/.gitignore: Remove. * modules/pam_debug/.gitignore: Remove. * modules/pam_deny/.gitignore: Remove. * modules/pam_echo/.gitignore: Remove. * modules/pam_env/.gitignore: Remove. * modules/pam_exec/.gitignore: Remove. * modules/pam_faildelay/.gitignore: Remove. * modules/pam_filter/.gitignore: Remove. * modules/pam_ftp/.gitignore: Remove. * modules/pam_group/.gitignore: Remove. * modules/pam_issue/.gitignore: Remove. * modules/pam_keyinit/.gitignore: Remove. * modules/pam_lastlog/.gitignore: Remove. * modules/pam_limits/.gitignore: Remove. * modules/pam_listfile/.gitignore: Remove. * modules/pam_localuser/.gitignore: Remove. * modules/pam_loginuid/.gitignore: Remove. * modules/pam_mail/.gitignore: Remove. * modules/pam_motd/.gitignore: Remove. * modules/pam_namespace/.gitignore: Remove. * modules/pam_nologin/.gitignore: Remove. * modules/pam_permit/.gitignore: Remove. * modules/pam_pwhistory/.gitignore: Remove. * modules/pam_rhosts/.gitignore: Remove. * modules/pam_rootok/.gitignore: Remove. * modules/pam_securetty/.gitignore: Remove. * modules/pam_sepermit/.gitignore: Remove. * modules/pam_shells/.gitignore: Remove. * modules/pam_succeed_if/.gitignore: Remove. * modules/pam_time/.gitignore: Remove. * modules/pam_tty_audit/.gitignore: Remove. * modules/pam_umask/.gitignore: Remove. * modules/pam_userdb/.gitignore: Remove. * modules/pam_warn/.gitignore: Remove. * modules/pam_wheel/.gitignore: Remove. * modules/pam_xauth/.gitignore: Remove.
-rw-r--r--.gitignore57
-rw-r--r--conf/.gitignore2
-rw-r--r--conf/pam_conv1/.gitignore5
-rw-r--r--doc/.gitignore2
-rw-r--r--doc/adg/.gitignore7
-rw-r--r--doc/man/.gitignore49
-rw-r--r--doc/mwg/.gitignore7
-rw-r--r--doc/sag/.gitignore7
-rw-r--r--doc/specs/.gitignore5
-rw-r--r--doc/specs/formatter/.gitignore3
-rw-r--r--dynamic/.gitignore1
-rw-r--r--examples/.gitignore4
-rw-r--r--libpam/.gitignore8
-rw-r--r--libpam_misc/.gitignore15
-rw-r--r--libpamc/.gitignore9
-rw-r--r--libpamc/test/.gitignore2
-rw-r--r--libpamc/test/modules/.gitignore1
-rw-r--r--libpamc/test/regress/.gitignore1
-rw-r--r--m4/.gitignore21
-rw-r--r--modules/.gitignore3
-rw-r--r--modules/pam_access/.gitignore9
-rw-r--r--modules/pam_cracklib/.gitignore8
-rw-r--r--modules/pam_debug/.gitignore8
-rw-r--r--modules/pam_deny/.gitignore8
-rw-r--r--modules/pam_echo/.gitignore8
-rw-r--r--modules/pam_env/.gitignore9
-rw-r--r--modules/pam_exec/.gitignore8
-rw-r--r--modules/pam_faildelay/.gitignore8
-rw-r--r--modules/pam_filter/.gitignore9
-rw-r--r--modules/pam_filter/upperLOWER/.gitignore4
-rw-r--r--modules/pam_ftp/.gitignore8
-rw-r--r--modules/pam_group/.gitignore9
-rw-r--r--modules/pam_issue/.gitignore8
-rw-r--r--modules/pam_keyinit/.gitignore8
-rw-r--r--modules/pam_lastlog/.gitignore8
-rw-r--r--modules/pam_limits/.gitignore9
-rw-r--r--modules/pam_listfile/.gitignore8
-rw-r--r--modules/pam_localuser/.gitignore10
-rw-r--r--modules/pam_loginuid/.gitignore9
-rw-r--r--modules/pam_mail/.gitignore8
-rw-r--r--modules/pam_mkhomedir/.gitignore9
-rw-r--r--modules/pam_motd/.gitignore8
-rw-r--r--modules/pam_namespace/.gitignore9
-rw-r--r--modules/pam_nologin/.gitignore8
-rw-r--r--modules/pam_permit/.gitignore8
-rw-r--r--modules/pam_pwhistory/.gitignore8
-rw-r--r--modules/pam_rhosts/.gitignore8
-rw-r--r--modules/pam_rootok/.gitignore8
-rw-r--r--modules/pam_securetty/.gitignore8
-rw-r--r--modules/pam_selinux/.gitignore11
-rw-r--r--modules/pam_sepermit/.gitignore11
-rw-r--r--modules/pam_shells/.gitignore8
-rw-r--r--modules/pam_stress/.gitignore7
-rw-r--r--modules/pam_succeed_if/.gitignore10
-rw-r--r--modules/pam_tally/.gitignore8
-rw-r--r--modules/pam_tally2/.gitignore8
-rw-r--r--modules/pam_time/.gitignore9
-rw-r--r--modules/pam_timestamp/.gitignore11
-rw-r--r--modules/pam_tty_audit/.gitignore8
-rw-r--r--modules/pam_umask/.gitignore10
-rw-r--r--modules/pam_unix/.gitignore11
-rw-r--r--modules/pam_userdb/.gitignore8
-rw-r--r--modules/pam_warn/.gitignore8
-rw-r--r--modules/pam_wheel/.gitignore8
-rw-r--r--modules/pam_xauth/.gitignore10
-rw-r--r--po/.gitignore3
-rw-r--r--tests/.gitignore5
-rw-r--r--xtests/.gitignore4
68 files changed, 44 insertions, 561 deletions
diff --git a/.gitignore b/.gitignore
index 73baab4b..f8817299 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,29 +1,34 @@
-default.defs
-.freezemake
-.filelist
-autom4te.cache
-libtool
-include
-config.h
-config.h.in
-config.status
-config.log
-config.cache
-config.sub
-config.guess
-_pam_aconf.h
-Make.Rules
-Makefile
-Makefile.in
-stamp-h1
-configure
-aclocal.m4
-ltmain.sh
-compile
-missing
-depcomp
-ylwrap
-Linux-PAM-*.tar.*
+*.3
+*.5
+*.8
+*.a
+*.bak
+*.fo
+*.la
+*.lo
+*.o
+*.pdf
+*.so
+*~
+.deps/
+.libs/
/ABOUT-NLS
/ChangeLog
/INSTALL
+/Linux-PAM-*.tar.*
+/aclocal.m4
+/autom4te.cache
+/build-aux/
+/config.h
+/config.h.in
+/config.log
+/config.status
+/configure
+/doc/*/*.txt
+/doc/*/html/
+/libtool
+/modules/pam_*/README
+/stamp-h1
+Makefile
+Makefile.in
+lex.yy.c
diff --git a/conf/.gitignore b/conf/.gitignore
index aff70271..93724758 100644
--- a/conf/.gitignore
+++ b/conf/.gitignore
@@ -1,4 +1,2 @@
.ignore_age
.md5sum
-Makefile
-Makefile.in
diff --git a/conf/pam_conv1/.gitignore b/conf/pam_conv1/.gitignore
index ca466659..b467f982 100644
--- a/conf/pam_conv1/.gitignore
+++ b/conf/pam_conv1/.gitignore
@@ -1,11 +1,6 @@
-lex.yy.c
pam_conv.tab.c
pam_conv1
-Makefile
-Makefile.in
pam_conv.c
pam_conv_l.c
pam_conv_y.c
pam_conv_y.h
-.deps
-.libs
diff --git a/doc/.gitignore b/doc/.gitignore
index 407e0ce1..7ac74f9d 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,4 +1,2 @@
pam.sgml
MODULES-SGML
-Makefile
-Makefile.in
diff --git a/doc/adg/.gitignore b/doc/adg/.gitignore
deleted file mode 100644
index d9b71235..00000000
--- a/doc/adg/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-Makefile
-Makefile.in
-*~
-html
-*.fo
-*.pdf
-*.txt
diff --git a/doc/man/.gitignore b/doc/man/.gitignore
deleted file mode 100644
index 96fa9aba..00000000
--- a/doc/man/.gitignore
+++ /dev/null
@@ -1,49 +0,0 @@
-Makefile
-Makefile.in
-*~
-misc_conv.3
-pam.3
-pam.8
-PAM.8
-pam_acct_mgmt.3
-pam_authenticate.3
-pam_chauthtok.3
-pam_close_session.3
-pam.conf.5
-pam_conv.3
-pam.d.5
-pam_end.3
-pam_error.3
-pam_fail_delay.3
-pam_get_data.3
-pam_getenv.3
-pam_getenvlist.3
-pam_get_authtok.3
-pam_get_authtok_verify.3
-pam_get_authtok_noverify.3
-pam_get_item.3
-pam_get_user.3
-pam_info.3
-pam_misc_drop_env.3
-pam_misc_paste_env.3
-pam_misc_setenv.3
-pam_open_session.3
-pam_prompt.3
-pam_putenv.3
-pam_setcred.3
-pam_set_data.3
-pam_set_item.3
-pam_sm_acct_mgmt.3
-pam_sm_authenticate.3
-pam_sm_chauthtok.3
-pam_sm_close_session.3
-pam_sm_open_session.3
-pam_sm_setcred.3
-pam_start.3
-pam_strerror.3
-pam_syslog.3
-pam_verror.3
-pam_vinfo.3
-pam_vprompt.3
-pam_vsyslog.3
-pam_xauth_data.3
diff --git a/doc/mwg/.gitignore b/doc/mwg/.gitignore
deleted file mode 100644
index d9b71235..00000000
--- a/doc/mwg/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-Makefile
-Makefile.in
-*~
-html
-*.fo
-*.pdf
-*.txt
diff --git a/doc/sag/.gitignore b/doc/sag/.gitignore
deleted file mode 100644
index d9b71235..00000000
--- a/doc/sag/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-Makefile
-Makefile.in
-*~
-html
-*.fo
-*.pdf
-*.txt
diff --git a/doc/specs/.gitignore b/doc/specs/.gitignore
index efaf18a0..52a7fb44 100644
--- a/doc/specs/.gitignore
+++ b/doc/specs/.gitignore
@@ -1,10 +1,5 @@
draft-morgan-pam-*.txt
-Makefile
-Makefile.in
parse.c
-lex.yy.c
-.deps
-.libs
padout
parse_l.c
parse_y.c
diff --git a/doc/specs/formatter/.gitignore b/doc/specs/formatter/.gitignore
index ea34fc5f..fdb57932 100644
--- a/doc/specs/formatter/.gitignore
+++ b/doc/specs/formatter/.gitignore
@@ -1,5 +1,2 @@
-lex.yy.c
parse.tab.c
padout
-Makefile
-Makefile.in
diff --git a/dynamic/.gitignore b/dynamic/.gitignore
new file mode 100644
index 00000000..24600083
--- /dev/null
+++ b/dynamic/.gitignore
@@ -0,0 +1 @@
+!Makefile
diff --git a/examples/.gitignore b/examples/.gitignore
index 12e16f1b..2a0623da 100644
--- a/examples/.gitignore
+++ b/examples/.gitignore
@@ -2,7 +2,3 @@ blank
xsh
check_user
vpass
-Makefile
-Makefile.in
-.deps
-.libs
diff --git a/libpam/.gitignore b/libpam/.gitignore
deleted file mode 100644
index c281f21f..00000000
--- a/libpam/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-dynamic
-static
-Makefile
-Makefile.in
-.deps
-.libs
-*.la
-*.lo
diff --git a/libpam_misc/.gitignore b/libpam_misc/.gitignore
deleted file mode 100644
index 7c2d2665..00000000
--- a/libpam_misc/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-libpam_misc.so
-libpam_misc.a
-libpamd_misc.so
-libpamd_misc.a
-help_env.o
-misc_conv.o
-xstrdup.o
-dynamic
-static
-Makefile
-Makefile.in
-*.la
-*.lo
-.deps
-.libs
diff --git a/libpamc/.gitignore b/libpamc/.gitignore
deleted file mode 100644
index 6eb4b18f..00000000
--- a/libpamc/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-libpamc.so*
-static
-dynamic
-Makefile
-Makefile.in
-.deps
-.libs
-*.la
-*.lo
diff --git a/libpamc/test/.gitignore b/libpamc/test/.gitignore
deleted file mode 100644
index 282522db..00000000
--- a/libpamc/test/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/libpamc/test/modules/.gitignore b/libpamc/test/modules/.gitignore
new file mode 100644
index 00000000..24600083
--- /dev/null
+++ b/libpamc/test/modules/.gitignore
@@ -0,0 +1 @@
+!Makefile
diff --git a/libpamc/test/regress/.gitignore b/libpamc/test/regress/.gitignore
new file mode 100644
index 00000000..24600083
--- /dev/null
+++ b/libpamc/test/regress/.gitignore
@@ -0,0 +1 @@
+!Makefile
diff --git a/m4/.gitignore b/m4/.gitignore
index 0f592bac..24d81e43 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -1,14 +1,7 @@
-gettext.m4
-iconv.m4
-intlmacosx.m4
-lib-ld.m4
-lib-link.m4
-lib-prefix.m4
-libtool.m4
-nls.m4
-po.m4
-progtest.m4
-ltoptions.m4
-ltsugar.m4
-ltversion.m4
-lt~obsolete.m4
+*.m4
+!japhar_grep_cflags.m4
+!jh_path_xml_catalog.m4
+!ld-as-needed.m4
+!ld-no-undefined.m4
+!ld-O1.m4
+!libprelude.m4
diff --git a/modules/.gitignore b/modules/.gitignore
deleted file mode 100644
index 0615b487..00000000
--- a/modules/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*~
-Makefile
-Makefile.in
diff --git a/modules/pam_access/.gitignore b/modules/pam_access/.gitignore
deleted file mode 100644
index 6e648372..00000000
--- a/modules/pam_access/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-access.conf.5
-pam_access.8
diff --git a/modules/pam_cracklib/.gitignore b/modules/pam_cracklib/.gitignore
deleted file mode 100644
index db3b3295..00000000
--- a/modules/pam_cracklib/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_cracklib.8
diff --git a/modules/pam_debug/.gitignore b/modules/pam_debug/.gitignore
deleted file mode 100644
index af38ef08..00000000
--- a/modules/pam_debug/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_debug.8
diff --git a/modules/pam_deny/.gitignore b/modules/pam_deny/.gitignore
deleted file mode 100644
index 180c6155..00000000
--- a/modules/pam_deny/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_deny.8
diff --git a/modules/pam_echo/.gitignore b/modules/pam_echo/.gitignore
deleted file mode 100644
index 2d5569ad..00000000
--- a/modules/pam_echo/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_echo.8
diff --git a/modules/pam_env/.gitignore b/modules/pam_env/.gitignore
deleted file mode 100644
index e35f869e..00000000
--- a/modules/pam_env/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_env.8
-pam_env.conf.5
diff --git a/modules/pam_exec/.gitignore b/modules/pam_exec/.gitignore
deleted file mode 100644
index 47c8610e..00000000
--- a/modules/pam_exec/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_exec.8
diff --git a/modules/pam_faildelay/.gitignore b/modules/pam_faildelay/.gitignore
deleted file mode 100644
index cc931c87..00000000
--- a/modules/pam_faildelay/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_faildelay.8
diff --git a/modules/pam_filter/.gitignore b/modules/pam_filter/.gitignore
deleted file mode 100644
index dc6908c2..00000000
--- a/modules/pam_filter/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-security
-README
-pam_filter.8
diff --git a/modules/pam_filter/upperLOWER/.gitignore b/modules/pam_filter/upperLOWER/.gitignore
index ceceb1b9..bcd63650 100644
--- a/modules/pam_filter/upperLOWER/.gitignore
+++ b/modules/pam_filter/upperLOWER/.gitignore
@@ -1,5 +1 @@
-.deps
-.libs
upperLOWER
-Makefile
-Makefile.in
diff --git a/modules/pam_ftp/.gitignore b/modules/pam_ftp/.gitignore
deleted file mode 100644
index 02e0ab6b..00000000
--- a/modules/pam_ftp/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_ftp.8
diff --git a/modules/pam_group/.gitignore b/modules/pam_group/.gitignore
deleted file mode 100644
index 49b88179..00000000
--- a/modules/pam_group/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-group.conf.5
-pam_group.8
diff --git a/modules/pam_issue/.gitignore b/modules/pam_issue/.gitignore
deleted file mode 100644
index 8754cdf0..00000000
--- a/modules/pam_issue/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_issue.8
diff --git a/modules/pam_keyinit/.gitignore b/modules/pam_keyinit/.gitignore
deleted file mode 100644
index a2072fc9..00000000
--- a/modules/pam_keyinit/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_keyinit.8
diff --git a/modules/pam_lastlog/.gitignore b/modules/pam_lastlog/.gitignore
deleted file mode 100644
index 9b0768f7..00000000
--- a/modules/pam_lastlog/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_lastlog.8
diff --git a/modules/pam_limits/.gitignore b/modules/pam_limits/.gitignore
deleted file mode 100644
index b2519a1c..00000000
--- a/modules/pam_limits/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-limits.conf.5
-pam_limits.8
diff --git a/modules/pam_listfile/.gitignore b/modules/pam_listfile/.gitignore
deleted file mode 100644
index f54f6f27..00000000
--- a/modules/pam_listfile/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_listfile.8
diff --git a/modules/pam_localuser/.gitignore b/modules/pam_localuser/.gitignore
deleted file mode 100644
index ae7dab97..00000000
--- a/modules/pam_localuser/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-*.la
-*.lo
-*.so
-*~
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_localuser.8
diff --git a/modules/pam_loginuid/.gitignore b/modules/pam_loginuid/.gitignore
deleted file mode 100644
index cb4cb6de..00000000
--- a/modules/pam_loginuid/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-pam_loginuid
-README
-pam_loginuid.8
diff --git a/modules/pam_mail/.gitignore b/modules/pam_mail/.gitignore
deleted file mode 100644
index e34886b5..00000000
--- a/modules/pam_mail/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_mail.8
diff --git a/modules/pam_mkhomedir/.gitignore b/modules/pam_mkhomedir/.gitignore
index a0ad1aad..7352e564 100644
--- a/modules/pam_mkhomedir/.gitignore
+++ b/modules/pam_mkhomedir/.gitignore
@@ -1,10 +1 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_mkhomedir.8
mkhomedir_helper
-mkhomedir_helper.8
diff --git a/modules/pam_motd/.gitignore b/modules/pam_motd/.gitignore
deleted file mode 100644
index f36d06fa..00000000
--- a/modules/pam_motd/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_motd.8
diff --git a/modules/pam_namespace/.gitignore b/modules/pam_namespace/.gitignore
deleted file mode 100644
index 59a9578c..00000000
--- a/modules/pam_namespace/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-namespace.conf.5
-pam_namespace.8
diff --git a/modules/pam_nologin/.gitignore b/modules/pam_nologin/.gitignore
deleted file mode 100644
index f9fb15b5..00000000
--- a/modules/pam_nologin/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_nologin.8
diff --git a/modules/pam_permit/.gitignore b/modules/pam_permit/.gitignore
deleted file mode 100644
index 5406ac33..00000000
--- a/modules/pam_permit/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_permit.8
diff --git a/modules/pam_pwhistory/.gitignore b/modules/pam_pwhistory/.gitignore
deleted file mode 100644
index c0d3c72c..00000000
--- a/modules/pam_pwhistory/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_pwhistory.8
diff --git a/modules/pam_rhosts/.gitignore b/modules/pam_rhosts/.gitignore
deleted file mode 100644
index 8f807d67..00000000
--- a/modules/pam_rhosts/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_rhosts.8
diff --git a/modules/pam_rootok/.gitignore b/modules/pam_rootok/.gitignore
deleted file mode 100644
index 70776789..00000000
--- a/modules/pam_rootok/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_rootok.8
diff --git a/modules/pam_securetty/.gitignore b/modules/pam_securetty/.gitignore
deleted file mode 100644
index 1e9b0b2d..00000000
--- a/modules/pam_securetty/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_securetty.8
diff --git a/modules/pam_selinux/.gitignore b/modules/pam_selinux/.gitignore
index 08754fd5..6683beba 100644
--- a/modules/pam_selinux/.gitignore
+++ b/modules/pam_selinux/.gitignore
@@ -1,11 +1,2 @@
-*.la
-*.lo
-*.so
-*~
-.deps
-.libs
-Makefile
-Makefile.in
pam_selinux_check
-README
-pam_selinux.8
+!pam_selinux_check.8
diff --git a/modules/pam_sepermit/.gitignore b/modules/pam_sepermit/.gitignore
deleted file mode 100644
index 47f494cc..00000000
--- a/modules/pam_sepermit/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-*.la
-*.lo
-*.so
-*~
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_sepermit.8
-sepermit.conf.5
diff --git a/modules/pam_shells/.gitignore b/modules/pam_shells/.gitignore
deleted file mode 100644
index f86c33b1..00000000
--- a/modules/pam_shells/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_shells.8
diff --git a/modules/pam_stress/.gitignore b/modules/pam_stress/.gitignore
index 9fb98574..a164aea3 100644
--- a/modules/pam_stress/.gitignore
+++ b/modules/pam_stress/.gitignore
@@ -1,6 +1 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
+!README
diff --git a/modules/pam_succeed_if/.gitignore b/modules/pam_succeed_if/.gitignore
deleted file mode 100644
index 6218e822..00000000
--- a/modules/pam_succeed_if/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-*.la
-*.lo
-*.so
-*~
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_succeed_if.8
diff --git a/modules/pam_tally/.gitignore b/modules/pam_tally/.gitignore
index 0286d635..b4d6899e 100644
--- a/modules/pam_tally/.gitignore
+++ b/modules/pam_tally/.gitignore
@@ -1,9 +1 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
pam_tally
-README
-pam_tally.8
diff --git a/modules/pam_tally2/.gitignore b/modules/pam_tally2/.gitignore
index c20ebb92..8ff18583 100644
--- a/modules/pam_tally2/.gitignore
+++ b/modules/pam_tally2/.gitignore
@@ -1,9 +1 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
pam_tally2
-README
-pam_tally2.8
diff --git a/modules/pam_time/.gitignore b/modules/pam_time/.gitignore
deleted file mode 100644
index cac9cca3..00000000
--- a/modules/pam_time/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_time.8
-time.conf.5
diff --git a/modules/pam_timestamp/.gitignore b/modules/pam_timestamp/.gitignore
index c084c915..9eb311b6 100644
--- a/modules/pam_timestamp/.gitignore
+++ b/modules/pam_timestamp/.gitignore
@@ -1,13 +1,2 @@
-*.la
-*.lo
-*.so
-*~
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_timestamp.8
-pam_timestamp_check.8
hmacfile
pam_timestamp_check
diff --git a/modules/pam_tty_audit/.gitignore b/modules/pam_tty_audit/.gitignore
deleted file mode 100644
index aefb9d6f..00000000
--- a/modules/pam_tty_audit/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_tty_audit.8
diff --git a/modules/pam_umask/.gitignore b/modules/pam_umask/.gitignore
deleted file mode 100644
index d53ba152..00000000
--- a/modules/pam_umask/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-*.la
-*.lo
-*.so
-*~
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_umask.8
diff --git a/modules/pam_unix/.gitignore b/modules/pam_unix/.gitignore
index 01819c28..3beb544f 100644
--- a/modules/pam_unix/.gitignore
+++ b/modules/pam_unix/.gitignore
@@ -1,14 +1,3 @@
-*.la
-*.lo
-*.so
-.deps
-.libs
-Makefile
-Makefile.in
bigcrypt
unix_chkpwd
unix_update
-README
-pam_unix.8
-unix_chkpwd.8
-unix_update.8
diff --git a/modules/pam_userdb/.gitignore b/modules/pam_userdb/.gitignore
deleted file mode 100644
index ca9670ba..00000000
--- a/modules/pam_userdb/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_userdb.8
diff --git a/modules/pam_warn/.gitignore b/modules/pam_warn/.gitignore
deleted file mode 100644
index 7737bcc0..00000000
--- a/modules/pam_warn/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_warn.8
diff --git a/modules/pam_wheel/.gitignore b/modules/pam_wheel/.gitignore
deleted file mode 100644
index e63f2a9c..00000000
--- a/modules/pam_wheel/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-*.la
-*.lo
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_wheel.8
diff --git a/modules/pam_xauth/.gitignore b/modules/pam_xauth/.gitignore
deleted file mode 100644
index 1611e414..00000000
--- a/modules/pam_xauth/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-*.la
-*.lo
-*.so
-*~
-.deps
-.libs
-Makefile
-Makefile.in
-README
-pam_xauth.8
diff --git a/po/.gitignore b/po/.gitignore
index 32677b4e..15407cd0 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,6 +1,5 @@
+Makevars.template
POTFILES
-Makefile
-Makefile.in
*.gmo
remove-potcdate.sed
stamp-po
diff --git a/tests/.gitignore b/tests/.gitignore
index d8828fe6..462f93c1 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,8 +1,3 @@
-Makefile
-Makefile.in
-.deps
-.libs
-*.o
tst-dlopen
tst-pam_acct_mgmt
tst-pam_authenticate
diff --git a/xtests/.gitignore b/xtests/.gitignore
index 52af6ddf..0ef12896 100644
--- a/xtests/.gitignore
+++ b/xtests/.gitignore
@@ -1,7 +1,3 @@
-Makefile
-Makefile.in
-.deps
-.libs
tst-pam_access1
tst-pam_access2
tst-pam_access3