blob: 7652908e5c03be495891d60fb4815ba02dc96427 [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
8.coverage*
9.eggs
10.tox
11htmlcov/
12dist/
13*.egg
Nathaniel Manista840615e2015-01-22 20:31:47 +000014
Michael Lumishe2f34652016-01-27 16:41:54 -080015# Node installation output
16node_modules/
17src/node/extension_binary/
18
Craig Tiller297fafa2015-01-15 15:46:39 -080019# gcov coverage data
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020020reports
Craig Tiller297fafa2015-01-15 15:46:39 -080021coverage
22*.gcno
23
24# profiler output
25*.prof
26
27# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080028*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080029
Jan Tattermusch94c36532015-01-21 10:36:12 -080030#eclipse project files
31.cproject
32.project
33.settings
34
Craig Tiller71735182015-01-15 17:07:13 -080035# cache for run_tests.py
36.run_tests_cache
Craig Tiller559f0232015-01-16 12:56:41 -080037
murgatroid996d10bda2015-01-20 18:07:46 -080038# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080039*~
40
41# vim temp files
42.*.swp
43
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020044# Makefile's cache
45cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070046
47# Temporary test reports
48report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070049latency_trace.txt
Craig Tiller61ead3e2015-11-03 11:03:48 -080050latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070051
52# port server log
53portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070054
55# gyp generated make files
56*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070057out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070058
59# YCM config files
60.ycm_extra_conf.py
61
Jorge Canizales9a4730a2015-10-13 18:12:57 -070062# XCode
Jorge Canizales197adea2015-10-11 13:37:40 -070063build/
64*.pbxuser
65!default.pbxuser
66*.mode1v3
67!default.mode1v3
68*.mode2v3
69!default.mode2v3
70*.perspectivev3
71!default.perspectivev3
72xcuserdata
73*.xccheckout
74*.moved-aside
75DerivedData
76*.hmap
77*.ipa
78*.xcuserstate
79*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070080
81# Objective-C generated files
82*.pbobjc.*
83*.pbrpc.*
84
85# Cocoapods artifacts
86# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
87# needed to trigger "pod install" to rerun the preinstall commands.
88Pods/
Jan Tattermusch9fd61c62016-01-19 14:44:20 -080089
90# Artifacts directory
91artifacts/