aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 18b42811b280f41afda7aaf51de05f0cd219e1c1 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# C/C++ build outputs
bins
gens
libs
objs

# Python virtual environments
python*_virtual_environment

# gcov coverage data
reports
coverage
*.gcno

# profiler output
*.prof

# python compiled objects
*.pyc

#eclipse project files
.cproject
.project
.settings

# cache for run_tests.py
.run_tests_cache

# emacs temp files
*~

# vim temp files
.*.swp

# Makefile's cache
cache.mk

# Temporary test reports
report.xml

# port server log
portlog.txt

# gyp generated make files
*-gyp.mk
out