blob: 26d51236705bd823f1bfbe10e1d494afbf5a1211 [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
12.tox
13htmlcov/
14dist/
15*.egg
Nathaniel Manista840615e2015-01-22 20:31:47 +000016
Michael Lumishe2f34652016-01-27 16:41:54 -080017# Node installation output
murgatroid99792b3022016-04-20 12:51:48 -070018^node_modules
Michael Lumishe2f34652016-01-27 16:41:54 -080019src/node/extension_binary/
20
Craig Tiller297fafa2015-01-15 15:46:39 -080021# gcov coverage data
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020022reports
Craig Tiller297fafa2015-01-15 15:46:39 -080023coverage
24*.gcno
25
26# profiler output
27*.prof
28
29# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080030*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080031
Jan Tattermusch94c36532015-01-21 10:36:12 -080032#eclipse project files
33.cproject
34.project
35.settings
36
Craig Tiller71735182015-01-15 17:07:13 -080037# cache for run_tests.py
38.run_tests_cache
Craig Tiller560c9012016-02-24 16:34:38 -080039.preprocessed_build
Craig Tiller559f0232015-01-16 12:56:41 -080040
murgatroid996d10bda2015-01-20 18:07:46 -080041# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080042*~
43
44# vim temp files
45.*.swp
46
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020047# Makefile's cache
48cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070049
Nicolas "Pixel" Noble590ae9d2016-02-03 08:57:17 +010050# Ruby's local gem information
51Gemfile.lock
52
Masood Malekghassemi2b841622015-07-28 17:39:02 -070053# Temporary test reports
54report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070055latency_trace.txt
Craig Tiller61ead3e2015-11-03 11:03:48 -080056latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070057
58# port server log
59portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070060
61# gyp generated make files
62*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070063out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070064
65# YCM config files
66.ycm_extra_conf.py
67
Jorge Canizales9a4730a2015-10-13 18:12:57 -070068# XCode
Nicolas "Pixel" Noblecb287a12016-01-28 05:01:01 +010069^build/
Jorge Canizales197adea2015-10-11 13:37:40 -070070*.pbxuser
71!default.pbxuser
72*.mode1v3
73!default.mode1v3
74*.mode2v3
75!default.mode2v3
76*.perspectivev3
77!default.perspectivev3
78xcuserdata
79*.xccheckout
80*.moved-aside
81DerivedData
82*.hmap
83*.ipa
84*.xcuserstate
85*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070086
87# Objective-C generated files
88*.pbobjc.*
89*.pbrpc.*
90
91# Cocoapods artifacts
92# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
93# needed to trigger "pod install" to rerun the preinstall commands.
94Pods/
Jan Tattermusch9fd61c62016-01-19 14:44:20 -080095
96# Artifacts directory
97artifacts/