blob: 6eb55b12029c01f8eaf4c99b85a9f797dedceb5e [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
20# cache for run_tests.py
21.run_tests_cache
Craig Tiller559f0232015-01-16 12:56:41 -080022
murgatroid996d10bda2015-01-20 18:07:46 -080023# emacs temp files
Craig Tiller8382a612015-01-21 09:06:51 -080024*~
25
26# vim temp files
27.*.swp
28