Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9cd21440b31a52344d314fcd9d197190d9cd3979 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# 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
/confinc.out
/conftest*
/flawfinder.html
/nss-pam-ldapd-*
/pscan.txt
/rats.html
/splint.txt

# /man/
/man/chsh.ldap.1
/man/chsh.ldap.1.html
/man/getent.ldap.1
/man/getent.ldap.1.html
/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

# /nss/
/nss/exports.map

# /pynslcd/
/pynslcd/constants.py

# /tests/
/tests/flake8-venv
/tests/lookup_groupbyuser
/tests/lookup_netgroup
/tests/lookup_shadow
/tests/temp.cfg
/tests/test*.log
/tests/test*.trs
/tests/test_attmap
/tests/test_cfg
/tests/test_clock
/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
/tests/test_tio_timeout

# /utils/
/utils/constants.py