blob: 502483f45698907f47c72722070a33c58475f39b [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 Tiller560c9012016-02-24 16:34:38 -080038.preprocessed_build
Craig Tiller559f0232015-01-16 12:56:41 -080039
murgatroid996d10bda2015-01-20 18:07:46 -080040# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080041*~
42
43# vim temp files
44.*.swp
45
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020046# Makefile's cache
47cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070048
Nicolas "Pixel" Noble590ae9d2016-02-03 08:57:17 +010049# Ruby's local gem information
50Gemfile.lock
51
Masood Malekghassemi2b841622015-07-28 17:39:02 -070052# Temporary test reports
53report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070054latency_trace.txt
Craig Tiller61ead3e2015-11-03 11:03:48 -080055latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070056
57# port server log
58portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070059
60# gyp generated make files
61*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070062out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070063
64# YCM config files
65.ycm_extra_conf.py
66
Jorge Canizales9a4730a2015-10-13 18:12:57 -070067# XCode
Nicolas "Pixel" Noblecb287a12016-01-28 05:01:01 +010068^build/
Jorge Canizales197adea2015-10-11 13:37:40 -070069*.pbxuser
70!default.pbxuser
71*.mode1v3
72!default.mode1v3
73*.mode2v3
74!default.mode2v3
75*.perspectivev3
76!default.perspectivev3
77xcuserdata
78*.xccheckout
79*.moved-aside
80DerivedData
81*.hmap
82*.ipa
83*.xcuserstate
84*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070085
86# Objective-C generated files
87*.pbobjc.*
88*.pbrpc.*
89
90# Cocoapods artifacts
91# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
92# needed to trigger "pod install" to rerun the preinstall commands.
93Pods/
Jan Tattermusch9fd61c62016-01-19 14:44:20 -080094
95# Artifacts directory
96artifacts/