blob: f059eca2393b7f1a4d88bb8014e5997a64343a81 [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 Tiller61ead3e2015-11-03 11:03:48 -080041latency_trace.*.txt
Craig Tiller24a97622015-08-07 07:42:29 -070042
43# port server log
44portlog.txt
Craig Tillerc1385d62015-09-24 08:52:00 -070045
46# gyp generated make files
47*-gyp.mk
Craig Tillerdd256942015-10-08 14:42:47 -070048out
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -070049
50# YCM config files
51.ycm_extra_conf.py
52
Jorge Canizales9a4730a2015-10-13 18:12:57 -070053# XCode
Jorge Canizales197adea2015-10-11 13:37:40 -070054build/
55*.pbxuser
56!default.pbxuser
57*.mode1v3
58!default.mode1v3
59*.mode2v3
60!default.mode2v3
61*.perspectivev3
62!default.perspectivev3
63xcuserdata
64*.xccheckout
65*.moved-aside
66DerivedData
67*.hmap
68*.ipa
69*.xcuserstate
70*.DS_Store
Jorge Canizales9a4730a2015-10-13 18:12:57 -070071
72# Objective-C generated files
73*.pbobjc.*
74*.pbrpc.*
75
76# Cocoapods artifacts
77# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
78# needed to trigger "pod install" to rerun the preinstall commands.
79Pods/