summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-11-11 16:44:55 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-11-11 16:44:55 +0000
commit027e069b00adb1b074ea4c745192bad3189d3ec6 (patch)
tree9b014ea83e0ae17a4bc42ddbc0ef2a309beae718 /.gitignore
parent11fc34e1c519e73dbde252cb1bd3886be6b9366f (diff)
add a .gitignore file for those working with git
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1822 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore66
1 files changed, 66 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..71df929
--- /dev/null
+++ b/.gitignore
@@ -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