blob: 9c9ae5abd419ed781e97b4f84b177935cdb4a244 [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
Nathaniel Manista840615e2015-01-22 20:31:47 +00007# Python virtual environment (pre-3.4 only)
8python2.7_virtual_environment
9
Craig Tiller297fafa2015-01-15 15:46:39 -080010# gcov coverage data
11coverage
12*.gcno
13
14# profiler output
15*.prof
16
17# python compiled objects
Craig Tiller5d191a42015-01-12 13:38:32 -080018*.pyc
Craig Tiller71735182015-01-15 17:07:13 -080019
Jan Tattermusch94c36532015-01-21 10:36:12 -080020#eclipse project files
21.cproject
22.project
23.settings
24
Craig Tiller71735182015-01-15 17:07:13 -080025# cache for run_tests.py
26.run_tests_cache
Craig Tiller559f0232015-01-16 12:56:41 -080027
murgatroid996d10bda2015-01-20 18:07:46 -080028# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080029*~
30
31# vim temp files
32.*.swp
33