Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9d33201e56de1977097cc2fdf5b334033af81b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# 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-pam-ldapd-*
/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*.log
/tests/test*.trs
/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