summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e210c31b1b4d02da0916b0c8949bcd0fc4fe7dc4 (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
# generated stuff
tests/daemon/testd_cmdline.c
tests/daemon/testd_cmdline.h

# myself
.gitignore

# makefiles platform cache
makefiles/gmake/platform.mk.vars

# backup files
*~

# dependeny files
*.d

# object files
*.o
*.obj
*.sho

# libraries
*.a
*.lib
*.so.*
*.dll
*.exp

# binaries
tests/port/test_strdup
tests/port/test_strerror_r
tests/port/test_strcasecmp
tests/port/test_strncasecmp
tests/port/test_localtime_r
tests/port/test_snprintf
tests/log/test_log
tests/daemon/testd
tests/log/test.log
tests/port/test_itoa
tests/port/test_strlcat
tests/port/test_strlcpy
tests/i18n/test_gettext
tests/port/test_getaddrinfo
tests/port/test_gai_strerror_r
tests/threads/test_create_join
tests/threads/test_counter_mutex
tests/network/test1_unix
tests/network/test2_unix
tests/network/test_proactor
tests/library/test_loader
*.exe
*.exe.manifest

# generated documentation
docs/doxygen

# machine gettext files
*.mo

# Windows resources
*.RES
*.bin
*.rc
src/log/wolfmsg.h
*.dll
tests/log/testmsg.h
tests/service/testservicemsg.h
tests/service/testservice.log