Skip to content
Snippets Groups Projects
.gitignore 359 B
Newer Older
# C/C++ build outputs
Craig Tiller's avatar
Craig Tiller committed
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
#eclipse project files
.cproject
.project
.settings

# cache for run_tests.py
.run_tests_cache
# emacs temp files
Craig Tiller's avatar
Craig Tiller committed
*~

# vim temp files
.*.swp