34 lines
359 B
Plaintext
34 lines
359 B
Plaintext
# C/C++ build outputs
|
|
bins
|
|
gens
|
|
libs
|
|
objs
|
|
|
|
# Python virtual environment (pre-3.4 only)
|
|
python2.7_virtual_environment
|
|
|
|
# gcov coverage data
|
|
coverage
|
|
*.gcno
|
|
|
|
# profiler output
|
|
*.prof
|
|
|
|
# python compiled objects
|
|
*.pyc
|
|
|
|
#eclipse project files
|
|
.cproject
|
|
.project
|
|
.settings
|
|
|
|
# cache for run_tests.py
|
|
.run_tests_cache
|
|
|
|
# emacs temp files
|
|
*~
|
|
|
|
# vim temp files
|
|
.*.swp
|
|
|