blob: 0e4115bf13ed9abaf8a2c5c9a8a05dbf1bc0e1e4 [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 Tillerdd256942015-10-08 14:42:47 -070040latency_trace.txt
Craig Tiller24a97622015-08-07 07:42:29 -070041
42# port server log
43portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070044
45# gyp generated make files
46*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070047out
Jorge Canizales197adea2015-10-11 13:37:40 -070048
49# Xcode
50build/
51*.pbxuser
52!default.pbxuser
53*.mode1v3
54!default.mode1v3
55*.mode2v3
56!default.mode2v3
57*.perspectivev3
58!default.perspectivev3
59xcuserdata
60*.xccheckout
61*.moved-aside
62DerivedData
63*.hmap
64*.ipa
65*.xcuserstate
66*.DS_Store