~ubuntu-branches/ubuntu/wily/grpc/wily-proposed

1 by Andrew Pollock
Import upstream version 0.10.0
1
# C/C++ build outputs
2
bins
3
gens
4
libs
5
objs
6
7
# Python virtual environment (pre-3.4 only)
8
python2.7_virtual_environment
9
10
# gcov coverage data
11
coverage
12
*.gcno
13
14
# profiler output
15
*.prof
16
17
# python compiled objects
18
*.pyc
19
20
#eclipse project files
21
.cproject
22
.project
23
.settings
24
25
# cache for run_tests.py
26
.run_tests_cache
27
28
# emacs temp files
29
*~
30
31
# vim temp files
32
.*.swp
33