blob: f37989176ea38e925baed0f67975210758e42965 [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 Malekghassemib926ef22016-06-03 12:26:48 -07008cython_debug/
Masood Malekghassemi1a54e5c2016-01-28 16:20:46 -08009python_build/
Masood Malekghassemi116982e2015-12-11 15:53:38 -080010.coverage*
11.eggs
Masood Malekghassemi116982e2015-12-11 15:53:38 -080012htmlcov/
13dist/
14*.egg
Masood Malekghassemi1ff429d2016-06-02 16:39:20 -070015py27/
16py34/
Nathaniel Manista840615e2015-01-22 20:31:47 +000017
Michael Lumishe2f34652016-01-27 16:41:54 -080018# Node installation output
murgatroid99792b3022016-04-20 12:51:48 -070019^node_modules
Michael Lumishe2f34652016-01-27 16:41:54 -080020src/node/extension_binary/
21
Craig Tiller297fafa2015-01-15 15:46:39 -080022# gcov coverage data
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020023reports
Craig Tiller297fafa2015-01-15 15:46:39 -080024coverage
25*.gcno
26
27# profiler output
28*.prof
29
30# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080031*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080032
Jan Tattermusch94c36532015-01-21 10:36:12 -080033#eclipse project files
34.cproject
35.project
36.settings
37
Craig Tiller71735182015-01-15 17:07:13 -080038# cache for run_tests.py
39.run_tests_cache
Craig Tiller560c9012016-02-24 16:34:38 -080040.preprocessed_build
Craig Tiller559f0232015-01-16 12:56:41 -080041
murgatroid996d10bda2015-01-20 18:07:46 -080042# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080043*~
44
45# vim temp files
46.*.swp
47
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020048# Makefile's cache
49cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070050
Nicolas "Pixel" Noble590ae9d2016-02-03 08:57:17 +010051# Ruby's local gem information
52Gemfile.lock
53
Masood Malekghassemi2b841622015-07-28 17:39:02 -070054# Temporary test reports
55report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070056latency_trace.txt
Craig Tiller61ead3e2015-11-03 11:03:48 -080057latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070058
59# port server log
60portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070061
62# gyp generated make files
63*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070064out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070065
66# YCM config files
67.ycm_extra_conf.py
68
Jorge Canizales9a4730a2015-10-13 18:12:57 -070069# XCode
Nicolas "Pixel" Noblecb287a12016-01-28 05:01:01 +010070^build/
Jorge Canizales197adea2015-10-11 13:37:40 -070071*.pbxuser
72!default.pbxuser
73*.mode1v3
74!default.mode1v3
75*.mode2v3
76!default.mode2v3
77*.perspectivev3
78!default.perspectivev3
79xcuserdata
80*.xccheckout
81*.moved-aside
82DerivedData
83*.hmap
84*.ipa
85*.xcuserstate
86*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070087
88# Objective-C generated files
89*.pbobjc.*
90*.pbrpc.*
91
92# Cocoapods artifacts
93# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
94# needed to trigger "pod install" to rerun the preinstall commands.
95Pods/
Jan Tattermusch9fd61c62016-01-19 14:44:20 -080096
97# Artifacts directory
98artifacts/