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

# Python virtual environment (pre-3.4 only)
python2.7_virtual_environment

# gcov coverage data
coverage
*.gcno

# profiler output
*.prof

# python compiled objects
*.pyc

# cache for run_tests.py
.run_tests_cache

# emacs temp files
*~