-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (72 loc) · 1.55 KB
/
Copy path.gitignore
File metadata and controls
73 lines (72 loc) · 1.55 KB
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
# Copyright (c) 2011-2026 Cisco Systems, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
*.o
*.in
m4/*
Makefile
configure
configure~
**/.dirstamp
**/.deps
**/.libs
stamp-h1
config.*
compile
depcomp
missing
src/dispatcher
src/rzb-dev
src/rzb-worker
aclocal.m4
libtool
ltmain.sh
install-sh
autom4te.cache
*.swp
**/*.lo
src/*.la
tests/configTest
tests/daemonTest
tests/logTest
tests/test_hash
tests/test_block_id
tests/test_list
tests/test_string_list
tests/test_uuids
tests/test_config_file
tests/test_timer
tests/test_config_next
tests/test_health
tests/test_message_body
tests/test_messages_next
tests/test_runtime_next
tests/test_schema_conformance
tests/test_fileserver
tests/smoke_inspector_next
tests/smoke_operational_next
tests/smoke_source_next
tests/.smoke-operation.json
tests/test_json_buffer_primitives
tests/test_json_buffer_structs
tests/test_json_buffer_invalid
tests/test_messages_roundtrip
tests/*.log
tests/*.trs
test-driver
razorback.pc
pacp
txt
/\.idea