blob: 618c9ba5ae1ae05d93bc0f1d1bdafafc03518703 [file] [log] [blame]
Craig Tiller297fafa2015-01-15 15:46:39 -08001# C/C++ build outputs
Arkadiy Shapkin40beb372016-08-17 14:42:36 +03002.build/
Craig Tiller5d191a42015-01-12 13:38:32 -08003bins
Craig Tiller209dc442015-01-13 09:54:30 -08004gens
Craig Tiller5d191a42015-01-12 13:38:32 -08005libs
6objs
Craig Tiller297fafa2015-01-15 15:46:39 -08007
Masood Malekghassemi116982e2015-12-11 15:53:38 -08008# Python items
Masood Malekghassemib926ef22016-06-03 12:26:48 -07009cython_debug/
Masood Malekghassemi1a54e5c2016-01-28 16:20:46 -080010python_build/
Masood Malekghassemi06dea572016-05-11 12:01:40 -070011python_format_venv/
Masood Malekghassemi116982e2015-12-11 15:53:38 -080012.coverage*
13.eggs
Masood Malekghassemi116982e2015-12-11 15:53:38 -080014htmlcov/
15dist/
16*.egg
Masood Malekghassemi1ff429d2016-06-02 16:39:20 -070017py27/
18py34/
Nathaniel Manista840615e2015-01-22 20:31:47 +000019
Michael Lumishe2f34652016-01-27 16:41:54 -080020# Node installation output
ncteisen34395202016-11-23 16:56:25 -080021node_modules
Michael Lumishe2f34652016-01-27 16:41:54 -080022src/node/extension_binary/
23
Craig Tiller297fafa2015-01-15 15:46:39 -080024# gcov coverage data
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020025reports
Craig Tiller297fafa2015-01-15 15:46:39 -080026coverage
27*.gcno
28
29# profiler output
30*.prof
31
32# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080033*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080034
Jan Tattermusch94c36532015-01-21 10:36:12 -080035#eclipse project files
36.cproject
37.project
38.settings
39
Craig Tiller71735182015-01-15 17:07:13 -080040# cache for run_tests.py
41.run_tests_cache
Craig Tiller560c9012016-02-24 16:34:38 -080042.preprocessed_build
Craig Tiller559f0232015-01-16 12:56:41 -080043
murgatroid996d10bda2015-01-20 18:07:46 -080044# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080045*~
46
47# vim temp files
48.*.swp
49
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020050# Makefile's cache
51cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070052
Nicolas "Pixel" Noble590ae9d2016-02-03 08:57:17 +010053# Ruby's local gem information
54Gemfile.lock
55
Masood Malekghassemi2b841622015-07-28 17:39:02 -070056# Temporary test reports
57report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070058latency_trace.txt
Craig Tiller61ead3e2015-11-03 11:03:48 -080059latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070060
61# port server log
62portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070063
64# gyp generated make files
65*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070066out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070067
68# YCM config files
69.ycm_extra_conf.py
70
Jorge Canizales9a4730a2015-10-13 18:12:57 -070071# XCode
Nicolas "Pixel" Noblecb287a12016-01-28 05:01:01 +010072^build/
Jorge Canizales197adea2015-10-11 13:37:40 -070073*.pbxuser
74!default.pbxuser
75*.mode1v3
76!default.mode1v3
77*.mode2v3
78!default.mode2v3
79*.perspectivev3
80!default.perspectivev3
81xcuserdata
82*.xccheckout
83*.moved-aside
84DerivedData
85*.hmap
86*.ipa
87*.xcuserstate
88*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070089
90# Objective-C generated files
91*.pbobjc.*
92*.pbrpc.*
93
94# Cocoapods artifacts
95# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
96# needed to trigger "pod install" to rerun the preinstall commands.
97Pods/
Jan Tattermusch9fd61c62016-01-19 14:44:20 -080098
99# Artifacts directory
Jan Tattermusch5c79a312016-12-20 11:02:50 +0100100/artifacts/
thinkerou52664cc2016-07-09 11:24:30 +0800101
102# Git generated files for conflicting
103*.orig
siddharthshukla365ef402016-07-25 21:53:07 +0200104
105# IDE specific folder for JetBrains IDEs
106.idea/
Nicolas "Pixel" Noble31d11db2016-10-20 09:29:46 +0200107
108# Blaze files
109bazel-bin
110bazel-genfiles
111bazel-grpc
112bazel-out
113bazel-testlogs