nss-pam-ldapd commit: r1822 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1822 - nss-pam-ldapd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1822 - nss-pam-ldapd
- Date: Sun, 11 Nov 2012 17:44:56 +0100 (CET)
Author: arthur
Date: Sun Nov 11 17:44:55 2012
New Revision: 1822
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1822&view=revision
Log:
add a .gitignore file for those working with git
Added:
nss-pam-ldapd/.gitignore
Added: nss-pam-ldapd/.gitignore
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nss-pam-ldapd/.gitignore Sun Nov 11 17:44:55 2012 (r1822)
@@ -0,0 +1,66 @@
+# global
+*-stamp
+*.Po
+*.a
+*.bak
+*.gcda
+*.gcno
+*.o
+*.pyc
+*.pyo
+*.so
+*~
+.deps
+.nfs*
+Makefile
+Makefile.in
+core
+stamp-*
+
+# /
+/*.bfproject
+/aclocal.m4
+/autom4te.cache
+/confdefs.h
+/config.cache
+/config.h
+/config.h.in
+/config.log
+/config.status
+/configure
+/configure.lineno
+/conftest.tail
+/flawfinder.html
+/nss-ldapd-*.tar.gz
+/pscan.txt
+/rats.html
+/splint.txt
+
+# /man/
+/man/nslcd.8
+/man/nslcd.8.html
+/man/nslcd.conf.5
+/man/nslcd.conf.5.html
+/man/pam_ldap.8
+/man/pam_ldap.8.html
+/man/pynslcd.8
+/man/pynslcd.8.html
+
+# /nslcd/
+/nslcd/nslcd
+
+# /pynslcd/
+/pynslcd/config.py
+/pynslcd/constants.py
+
+# /tests/
+/tests/temp.cfg
+/tests/test_cfg
+/tests/test_common
+/tests/test_dict
+/tests/test_expr
+/tests/test_getpeercred
+/tests/test_myldap
+/tests/test_pamcmds.log
+/tests/test_set
+/tests/test_tio
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1822 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project