forked from FreeRADIUS/freeradius-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (57 loc) · 712 Bytes
/
.gitignore
File metadata and controls
60 lines (57 loc) · 712 Bytes
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
# Build products
src/radstatus
src/radlogin
src/radiusclient
src/radexample
src/radembedded
src/radacct
*.o
*.lo
*.la
lib/.libs
lib/.deps
src/.libs
src/.deps
etc/radiusclient.conf
etc/radiusclient-tls.conf
include/radcli/version.h
src/libtools.a
lib/radcli.pc
lib/radcli.map
doc/Doxyfile
doc/stamp_mans
doc/xml
doc/html
doc/doxygen_sqlite3.db
tests/avpair
tests/tls-restart
tests/docker/Dockerfile
tests/.libs
tests/*.log
tests/*.trs
.deps
# Configure and Automake
configure
config.status
config.cache
config.log
config.h
libtool
stamp-h*
Makefile
Makefile.in
autom4te.cache/
compile
test-driver
config.rpath
aclocal.m4
config.h.in
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
# Misc
*.swp
*~