# I use vi
*.swp
*.swo

# I use emacs
*~


# profiling
gmon.out
prof.*

# various tmp files
*.pyc
core*
\#*\#


# generated from tests run in a chroot
tmp-*

# Common build dirs
build/*
_build/*
compile_commands.json

