-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (30 loc) · 681 Bytes
/
.gitignore
File metadata and controls
31 lines (30 loc) · 681 Bytes
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
bin/
catalog.json
claim.json
.idea
vendor
*.test
test-network-function_junit.xml
cover.out
test-network-function/cnf-certification-tests_junit.xml
cnf-certification-tests_junit.xml
cnftests-junit.xml
setup_junit.xml
validation_junit.xml
.vscode
jsontest-cli
gradetool
test-out.json
cover.out
# Explicitly don't track mocks. mocks should be built on request.
pkg/tnf/mocks/mock_tester.go
pkg/tnf/reel/mocks/mock_reel.go
# NOTE: mock_expect.go is tracked, as it is generated from source externally.
pkg/tnf/interactive/mocks/mock_spawner.go
temp/
/tnf
/all-releases.txt
/latest-release-tag.txt
/release-tag.txt
test-network-function/claimjson.js
test-network-function/results.html