blob: 40f4c4734c7c64df8921f503e7eab6962e4a88c6 [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 Malekghassemie5f70022015-06-29 09:20:26 -07007# Python virtual environments
8python*_virtual_environment
Nathaniel Manista840615e2015-01-22 20:31:47 +00009
Craig Tiller297fafa2015-01-15 15:46:39 -080010# gcov coverage data
Nicolas "Pixel" Noble4d977072015-10-02 23:52:38 +020011reports
Craig Tiller297fafa2015-01-15 15:46:39 -080012coverage
13*.gcno
14
15# profiler output
16*.prof
17
18# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080019*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080020
Jan Tattermusch94c36532015-01-21 10:36:12 -080021#eclipse project files
22.cproject
23.project
24.settings
25
Craig Tiller71735182015-01-15 17:07:13 -080026# cache for run_tests.py
27.run_tests_cache
Craig Tiller559f0232015-01-16 12:56:41 -080028
murgatroid996d10bda2015-01-20 18:07:46 -080029# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080030*~
31
32# vim temp files
33.*.swp
34
Nicolas "Pixel" Noble4f214002015-07-14 02:27:59 +020035# Makefile's cache
36cache.mk
Masood Malekghassemi2b841622015-07-28 17:39:02 -070037
38# Temporary test reports
39report.xml
Craig Tillerdd256942015-10-08 14:42:47 -070040latency_trace.txt
Craig Tiller24a97622015-08-07 07:42:29 -070041
42# port server log
43portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070044
45# gyp generated make files
46*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070047out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070048
49# YCM config files
50.ycm_extra_conf.py
51
Jorge Canizales9a4730a2015-10-13 18:12:57 -070052# XCode
Jorge Canizales197adea2015-10-11 13:37:40 -070053build/
54*.pbxuser
55!default.pbxuser
56*.mode1v3
57!default.mode1v3
58*.mode2v3
59!default.mode2v3
60*.perspectivev3
61!default.perspectivev3
62xcuserdata
63*.xccheckout
64*.moved-aside
65DerivedData
66*.hmap
67*.ipa
68*.xcuserstate
69*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070070
71# Objective-C generated files
72*.pbobjc.*
73*.pbrpc.*
74
75# Cocoapods artifacts
76# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
77# needed to trigger "pod install" to rerun the preinstall commands.
78Pods/