-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (50 loc) · 1020 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.o
*.dylib
*.iml
tcg
test_libtransit
connectors/*-connector/*-connector
examples/apm/pull/go/go
# Temporary files
,*
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
libtransit/libtransit.h
# Intellij
.idea
# Vendor
vendor
# NATS Datastore
natsstore
natsstore.test
# Compiled Go-to-C conversion tool
gotocjson/gotocjson
# Conversion tool built test artifacts
gotocjson/gotocjson/config.h
gotocjson/gotocjson/config.c
gotocjson/gotocjson/milliseconds.h
gotocjson/gotocjson/milliseconds.c
gotocjson/gotocjson/transit.h
gotocjson/gotocjson/transit.c
gotocjson/gotocjson/enum.h
gotocjson/gotocjson/enum.c
gotocjson/gotocjson/unittest
# Source and build artifacts
*.tar.gz
jansson-2.12/*
# Old location for build artfacts, ignored just for safety
local/*
# Build directory
build
# Location of installed headers, libraries, etc.
install/*
target
node_modules
.github/.DS_Store