summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6be61315e0b4757d7fb03425be5788a91311ab6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# c executables
/nDPId
/nDPIsrvd
/nDPId-test
/examples/c-collectd/c-collectd
/examples/c-captured/c-captured
/examples/c-json-stdout/c-json-stdout

# python related
*.pyc
__pycache__

# go related
*.sum
/examples/go-dashboard/go-dashboard