# Copyright (c) 2017 Trail of Bits, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

install_manifest.txt
Makefile

CMakeLists.txt.user
.vscode
.idea
.DS_Store
.cproject
.project
.settings
cmake-build-debug
cmake-build-release
compile_commands.json
.cache

builds/*
third_party/*
build/*
remill-build/*
generated/*
gtest_build/*

tools/build/*
tools/dist/*
tools/mcsema/*
tools/remill_disass.egg-info/*
tools/remill_disass/CFG.proto
tools/remill_disass/CFG_pb2.py

dist/*
remill_disass.egg-info/*

*.o
*.ll
*.bc

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

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

# Executables
*.exe
*.out
*.app

*.pyc

# IDA Pro
*.idb
*.i64
*.nam
*.id0
*.id1
*.til

# PIN
*.log
obj-ia32/*
obj-intel64/*

# VIM
*.swp

# Lifted binaries
*.lifted

#VERSION files from CI
VERSION
