aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 56e0c00ec3ceeb620b12a5d98046ccfad2580128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# c executables
/nDPId
/nDPIsrvd
/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