blob: 8dc459ea276b108504c8909ffda23319fe5acaa9 [file] [log] [blame]
Craig Tiller297fafa2015-01-15 15:46:39 -08001# C/C++ build outputs
Craig Tiller5d191a42015-01-12 13:38:32 -08002bins
Craig Tiller209dc442015-01-13 09:54:30 -08003gens
Craig Tiller5d191a42015-01-12 13:38:32 -08004libs
5objs
Craig Tiller297fafa2015-01-15 15:46:39 -08006
Masood Malekghassemie5f70022015-06-29 09:20:26 -07007# Python virtual environments
8python*_virtual_environment
Nathaniel Manista840615e2015-01-22 20:31:47 +00009
Craig Tiller297fafa2015-01-15 15:46:39 -080010# gcov coverage data
11coverage
12*.gcno
13
14# profiler output
15*.prof
16
17# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080018*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080019
Jan Tattermusch94c36532015-01-21 10:36:12 -080020#eclipse project files
21.cproject
22.project
23.settings
24
Craig Tiller71735182015-01-15 17:07:13 -080025# cache for run_tests.py
26.run_tests_cache
Craig Tiller559f0232015-01-16 12:56:41 -080027
murgatroid996d10bda2015-01-20 18:07:46 -080028# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080029*~
30
31# vim temp files
32.*.swp
33
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020034# Makefile's cache
35cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070036
37# Temporary test reports
38report.xml
Craig Tiller24a97622015-08-07 07:42:29 -070039
40# port server log
41portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070042
43# gyp generated make files
44*-gyp.mk
45out