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

# myself
.gitignore

# backup files
*~

# dependeny files
*.d

# object files
*.o

# libraries
src/libwolf.a

# binaries
tests/daemon/testd
tests/port/test_strdup
tests/port/test_strerror_r
tests/port/test_strcasecmp
tests/port/test_strncasecmp

# generated documentation
docs/doxygen