blob: 9df1ac1cf73f78f5fee59a032311fc81faffcae0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# c executables
/nDPId
/nDPIsrvd
/examples/c-captured/c-captured
/examples/c-json-stdout/c-json-stdout
# python related
*.pyc
__pycache__
# go related
*.sum
/examples/go-dashboard/go-dashboard
|