blob: 18b42811b280f41afda7aaf51de05f0cd219e1c1 [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
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020011reports
Craig Tiller297fafa2015-01-15 15:46:39 -080012coverage
13*.gcno
14
15# profiler output
16*.prof
17
18# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080019*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080020
Jan Tattermusch94c36532015-01-21 10:36:12 -080021#eclipse project files
22.cproject
23.project
24.settings
25
Craig Tiller71735182015-01-15 17:07:13 -080026# cache for run_tests.py
27.run_tests_cache
Craig Tiller559f0232015-01-16 12:56:41 -080028
murgatroid996d10bda2015-01-20 18:07:46 -080029# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080030*~
31
32# vim temp files
33.*.swp
34
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020035# Makefile's cache
36cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070037
38# Temporary test reports
39report.xml
Craig Tiller24a97622015-08-07 07:42:29 -070040
41# port server log
42portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070043
44# gyp generated make files
45*-gyp.mk
46out