#==============================================================================#
# This file specifies intentionally untracked files that git should ignore.
# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
#
# This file is intentionally different from the output of `git svn show-ignore`,
# as most of those are useless.
#==============================================================================#

#==============================================================================#
# File extensions to be ignored anywhere in the tree.
#==============================================================================#
# Temp files created by most text editors.
*~
# Byte compiled python modules.
*.pyc
# vim swap files
.*.swp
# Object files
*.o
*.so

tools/regtrace/obj-ia32/*
tools/regtrace/obj-intel64/*

*.idb
*.id0
*.id1
*.id2
*.log
*.nam
*.til

third_party/*
generated/*

tools/build/*
tools/dist/*
tools/mcsema_disass.egg-info/*
tools/mcsema_disass/ida/CFG_pb2.py

bin

#ignore test binaries, only keep CFGs in git
tests/linux/x86/*.elf
tests/linux/amd64/*.elf

#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
build
package
*.deb
*.rpm
# Clang, which is tracked independently.
