blob: 9a1dc008505d5c6a61b6c680a8fcd35085a85c3c [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 Malekghassemi116982e2015-12-11 15:53:38 -08007# Python items
Masood Malekghassemi1a54e5c2016-01-28 16:20:46 -08008python_build/
Masood Malekghassemi116982e2015-12-11 15:53:38 -08009.coverage*
10.eggs
11.tox
12htmlcov/
13dist/
14*.egg
Nathaniel Manista840615e2015-01-22 20:31:47 +000015
Michael Lumishe2f34652016-01-27 16:41:54 -080016# Node installation output
17node_modules/
18src/node/extension_binary/
19
Craig Tiller297fafa2015-01-15 15:46:39 -080020# gcov coverage data
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020021reports
Craig Tiller297fafa2015-01-15 15:46:39 -080022coverage
23*.gcno
24
25# profiler output
26*.prof
27
28# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080029*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080030
Jan Tattermusch94c36532015-01-21 10:36:12 -080031#eclipse project files
32.cproject
33.project
34.settings
35
Craig Tiller71735182015-01-15 17:07:13 -080036# cache for run_tests.py
37.run_tests_cache
Craig Tiller559f0232015-01-16 12:56:41 -080038
murgatroid996d10bda2015-01-20 18:07:46 -080039# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080040*~
41
42# vim temp files
43.*.swp
44
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020045# Makefile's cache
46cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070047
Nicolas "Pixel" Noble590ae9d2016-02-03 08:57:17 +010048# Ruby's local gem information
49Gemfile.lock
50
Masood Malekghassemi2b841622015-07-28 17:39:02 -070051# Temporary test reports
52report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070053latency_trace.txt
Craig Tiller61ead3e2015-11-03 11:03:48 -080054latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070055
56# port server log
57portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070058
59# gyp generated make files
60*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070061out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070062
63# YCM config files
64.ycm_extra_conf.py
65
Jorge Canizales9a4730a2015-10-13 18:12:57 -070066# XCode
Nicolas "Pixel" Noblecb287a12016-01-28 05:01:01 +010067^build/
Jorge Canizales197adea2015-10-11 13:37:40 -070068*.pbxuser
69!default.pbxuser
70*.mode1v3
71!default.mode1v3
72*.mode2v3
73!default.mode2v3
74*.perspectivev3
75!default.perspectivev3
76xcuserdata
77*.xccheckout
78*.moved-aside
79DerivedData
80*.hmap
81*.ipa
82*.xcuserstate
83*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070084
85# Objective-C generated files
86*.pbobjc.*
87*.pbrpc.*
88
89# Cocoapods artifacts
90# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
91# needed to trigger "pod install" to rerun the preinstall commands.
92Pods/
Jan Tattermusch9fd61c62016-01-19 14:44:20 -080093
94# Artifacts directory
95artifacts/