# Final output files: executables, .so, .a
_build/

# Cmake style generated files.
build/

# Executable generated on current directory.
main

# Compiled object files
*.slo
*.lo
*.out
*.o

# Assembly output from gcc -S.
*.s

# Compiled Dynamic libraries
*.so
*.dylib
# scons creates this for some reason...
*.os

# Compiled Static libraries
*.lai
*.la
*.a

# Temporary files
*.tmp
tmp.*
tmp
*.bak

core
core.*

.vagrant

# Python tests runners.
*.pyc

# Valgrind
callgrind.out*

# perf
perf.data*

# gnuplot inputs generated from executables.
*.dat
