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

# gcov coverage data
coverage
*.gcno

# profiler output
*.prof

# python compiled objects
*.pyc

# cache for run_tests.py
.run_tests_cache