forked from lagopus/lagopus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
107 lines (94 loc) · 1.6 KB
/
.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# 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
debian/control
debian/control.in
debian/rules
debian/copyright
debian/lagopus-DATAPLANE.postrm
debian/lagopus-DATAPLANE.install
mk/doxygen.conf
# dependencies and
.depend
*~
# Generated file.
src/agent/generator
src/agent/generator_parser.h
src/agent/openflow13packet.c
src/agent/openflow13packet.h
src/cmds/lagopus
src/config/config_parser.h
src/config/lagosh/lagosh.py
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
# ryu
*.pyc
# lagosh generated files.
src/config/cli/lagosh
src/config/cli/libedit/common.h
src/config/cli/libedit/emacs.h
src/config/cli/libedit/fcns.c
src/config/cli/libedit/fcns.h
src/config/cli/libedit/help.c
src/config/cli/libedit/help.h
src/config/cli/libedit/vi.h
# Coverage
*.gcno
*.gcda
*.gcov
gcov.mk
# Profiling
gmon.out
callgrind.*
# Unity tests.
*_test_runner.c
*.testresult
*_test
# excluded integration test dir.
!test/integration_test