-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
81 lines (69 loc) · 1006 Bytes
/
.gitignore
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
# Object files
*.o
# Libraries
*.lib
*.lo
*.a
*.la
.libs/
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# autotools related files
conftools/
Makefile
!/src/dpdk/Makefile
./config.h
config.h.in
config.log
config.status
autom4te.cache/
stamp-h*
libtool
mk/doxygen.conf
# dependencies
.depend
# *~ files
*~
# Generated file.
src/include/lagopus_config.h
src/include/lagopus_platform.h
src/lib/check/check[0-9]
src/lib/check/check1-a
mk/vars.mk
# External tools
# Unity
tools/unity/.gitignore
tools/unity/Gemfile
tools/unity/auto/
tools/unity/docs/
tools/unity/examples/
tools/unity/extras/
tools/unity/makefile
tools/unity/rakefile.rb
tools/unity/rakefile_helper.rb
tools/unity/release/
tools/unity/src/unity.c
tools/unity/src/unity.h
tools/unity/src/unity_internals.h
tools/unity/targets/
tools/unity/test/
test_result_dir
# Coverage
*.gcno
*.gcda
*.gcov
gcov.mk
# Profiling
gmon.out
callgrind.*
# Unity tests.
*_test_runner.c
*.testresult
*_test