aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 0bde146765618bab73fbe1d1ee629b2db6bb2237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# C/C++ build outputs
bins
gens
libs
objs

# gcov coverage data
coverage
*.gcno

# profiler output
*.prof

# python compiled objects
*.pyc