blob: ed015b3c92e1c23d1827016d097fb77d8f56e185 [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 Malekghassemi116982e2015-12-11 15:53:38 -080011.coverage*
12.eggs
Masood Malekghassemi116982e2015-12-11 15:53:38 -080013htmlcov/
14dist/
15*.egg
Masood Malekghassemi1ff429d2016-06-02 16:39:20 -070016py27/
17py34/
Nathaniel Manista840615e2015-01-22 20:31:47 +000018
Michael Lumishe2f34652016-01-27 16:41:54 -080019# Node installation output
murgatroid99792b3022016-04-20 12:51:48 -070020^node_modules
Michael Lumishe2f34652016-01-27 16:41:54 -080021src/node/extension_binary/
22
Craig Tiller297fafa2015-01-15 15:46:39 -080023# gcov coverage data
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020024reports
Craig Tiller297fafa2015-01-15 15:46:39 -080025coverage
26*.gcno
27
28# profiler output
29*.prof
30
31# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080032*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080033
Jan Tattermusch94c36532015-01-21 10:36:12 -080034#eclipse project files
35.cproject
36.project
37.settings
38
Craig Tiller71735182015-01-15 17:07:13 -080039# cache for run_tests.py
40.run_tests_cache
Craig Tiller560c9012016-02-24 16:34:38 -080041.preprocessed_build
Craig Tiller559f0232015-01-16 12:56:41 -080042
murgatroid996d10bda2015-01-20 18:07:46 -080043# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080044*~
45
46# vim temp files
47.*.swp
48
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020049# Makefile's cache
50cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070051
Nicolas "Pixel" Noble590ae9d2016-02-03 08:57:17 +010052# Ruby's local gem information
53Gemfile.lock
54
Masood Malekghassemi2b841622015-07-28 17:39:02 -070055# Temporary test reports
56report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070057latency_trace.txt
Craig Tiller61ead3e2015-11-03 11:03:48 -080058latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070059
60# port server log
61portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070062
63# gyp generated make files
64*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070065out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070066
67# YCM config files
68.ycm_extra_conf.py
69
Jorge Canizales9a4730a2015-10-13 18:12:57 -070070# XCode
Nicolas "Pixel" Noblecb287a12016-01-28 05:01:01 +010071^build/
Jorge Canizales197adea2015-10-11 13:37:40 -070072*.pbxuser
73!default.pbxuser
74*.mode1v3
75!default.mode1v3
76*.mode2v3
77!default.mode2v3
78*.perspectivev3
79!default.perspectivev3
80xcuserdata
81*.xccheckout
82*.moved-aside
83DerivedData
84*.hmap
85*.ipa
86*.xcuserstate
87*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070088
89# Objective-C generated files
90*.pbobjc.*
91*.pbrpc.*
92
93# Cocoapods artifacts
94# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
95# needed to trigger "pod install" to rerun the preinstall commands.
96Pods/
Jan Tattermusch9fd61c62016-01-19 14:44:20 -080097
98# Artifacts directory
99artifacts/
thinkerou52664cc2016-07-09 11:24:30 +0800100
101# Git generated files for conflicting
102*.orig
siddharthshukla365ef402016-07-25 21:53:07 +0200103
104# IDE specific folder for JetBrains IDEs
105.idea/