blob: da2082c088ce09c27045e816bc0e4d9b4d00d910 [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/
Nathaniel Manista9f1e5ab2017-03-02 23:29:52 +000011yapf_virtual_environment/
Nathaniel Manista73495e32017-02-15 23:06:30 +000012python_pylint_venv/
Masood Malekghassemi116982e2015-12-11 15:53:38 -080013.coverage*
14.eggs
Masood Malekghassemi116982e2015-12-11 15:53:38 -080015htmlcov/
16dist/
17*.egg
Masood Malekghassemi1ff429d2016-06-02 16:39:20 -070018py27/
19py34/
Nathaniel Manista840615e2015-01-22 20:31:47 +000020
Michael Lumishe2f34652016-01-27 16:41:54 -080021# Node installation output
ncteisen34395202016-11-23 16:56:25 -080022node_modules
Michael Lumishe2f34652016-01-27 16:41:54 -080023src/node/extension_binary/
24
Craig Tiller297fafa2015-01-15 15:46:39 -080025# gcov coverage data
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020026reports
Craig Tiller297fafa2015-01-15 15:46:39 -080027coverage
28*.gcno
29
30# profiler output
31*.prof
32
33# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080034*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080035
Craig Tiller7c70b6c2017-01-23 07:48:42 -080036# eclipse project files
Jan Tattermusch94c36532015-01-21 10:36:12 -080037.cproject
38.project
39.settings
40
Craig Tiller71735182015-01-15 17:07:13 -080041# cache for run_tests.py
42.run_tests_cache
Craig Tiller560c9012016-02-24 16:34:38 -080043.preprocessed_build
Craig Tiller559f0232015-01-16 12:56:41 -080044
murgatroid996d10bda2015-01-20 18:07:46 -080045# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080046*~
47
48# vim temp files
49.*.swp
50
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020051# Makefile's cache
52cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070053
Nicolas "Pixel" Noble590ae9d2016-02-03 08:57:17 +010054# Ruby's local gem information
55Gemfile.lock
56
Masood Malekghassemi2b841622015-07-28 17:39:02 -070057# Temporary test reports
58report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070059latency_trace.txt
Craig Tiller61ead3e2015-11-03 11:03:48 -080060latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070061
62# port server log
63portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070064
65# gyp generated make files
66*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070067out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070068
69# YCM config files
70.ycm_extra_conf.py
71
Jorge Canizales9a4730a2015-10-13 18:12:57 -070072# XCode
Nicolas "Pixel" Noblecb287a12016-01-28 05:01:01 +010073^build/
Jorge Canizales197adea2015-10-11 13:37:40 -070074*.pbxuser
75!default.pbxuser
76*.mode1v3
77!default.mode1v3
78*.mode2v3
79!default.mode2v3
80*.perspectivev3
81!default.perspectivev3
82xcuserdata
83*.xccheckout
84*.moved-aside
85DerivedData
86*.hmap
87*.ipa
88*.xcuserstate
89*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070090
91# Objective-C generated files
92*.pbobjc.*
93*.pbrpc.*
94
95# Cocoapods artifacts
96# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
97# needed to trigger "pod install" to rerun the preinstall commands.
98Pods/
Jan Tattermusch9fd61c62016-01-19 14:44:20 -080099
100# Artifacts directory
Jan Tattermusch5c79a312016-12-20 11:02:50 +0100101/artifacts/
thinkerou52664cc2016-07-09 11:24:30 +0800102
103# Git generated files for conflicting
104*.orig
siddharthshukla365ef402016-07-25 21:53:07 +0200105
106# IDE specific folder for JetBrains IDEs
107.idea/
Nicolas "Pixel" Noble31d11db2016-10-20 09:29:46 +0200108
109# Blaze files
110bazel-bin
111bazel-genfiles
112bazel-grpc
113bazel-out
114bazel-testlogs
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800115
116# Debug output
117gdb.txt