-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (35 loc) · 1.17 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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/bin
/bin/Debug
/build
/toolchain/Windows/run.bat
/toolchain/Windows/run-makefile.bat
/toolchain/Windows/run-clean.bat
/toolchain/Debian/run.sh
/toolchain/Debian/run-makefile.sh
/toolchain/Debian/run-clean.sh
/Project Solution.sln
/testbench/tools/llvm-objdump.exe
/testbench/tools/llvm-link.exe
/testbench/tools/llc.exe
/testbench/tools/flasm.exe
/testbench/tools/clang.exe
/testbench/tools/llvm-mc.exe
/testbench_c/tools/llvm-objdump.exe
/testbench_c/tools/llvm-mc.exe
/testbench_c/tools/llvm-link.exe
/testbench_c/tools/llc.exe
/testbench_c/tools/flasm.exe
/testbench_c/tools/clang.exe
/testbench_rust/tools/llvm-objdump.exe
/testbench_rust/tools/llvm-mc.exe
/testbench_rust/tools/llvm-link.exe
/testbench_rust/tools/llc.exe
/toolchain/Windows/Tools/llvm-objdump.exe
/toolchain/Windows/Tools/llvm-mc.exe
/toolchain/Windows/Tools/llvm-link.exe
/toolchain/Windows/Tools/llc.exe
/toolchain/Windows/Tools/flasm.exe
/toolchain/Windows/Tools/clang.exe