-
Notifications
You must be signed in to change notification settings - Fork 144
/
.gitignore
101 lines (83 loc) · 1.38 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# 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
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