-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
69 lines (69 loc) · 1.26 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
/.vs/XSharp/v17
/.vs/ProjectSettings.json
/.vs/XSharp/FileContentIndex
/.vs/slnx.sqlite
/.vs/VSWorkspaceState.json
/.vs
/.vscode
/out/build
/CMakeFiles
/CMakeCache*
/Makefile
/build
/lib*
/bin
/XSharp_TEST
/.cache
/XSharp_TEST_UTILS
cmake_install.cmake
XSharp_TEST_LLVM
anonymous.bc
anonymous.s
anonymous.o
.clangd
shared
test/bin
compile_commands.json
XSharpRuntime/CMakeFiles
XSharpRuntime/Makefile
testcases/arithmetic.xsharp.bc
testcases/helloworld.xsharp.bc
testcases/helloworld.xsharp.o
testcases/helloworld
_deps
test/CMakeFiles
CTestTestfile.cmake
test/Makefile
test/test
test/test_llvm
test/test_utils
Testing/Temporary
Testing/Temporary
testcases/if.xsharp.bc
testcases/if
testcases/if.xsharp.o
testcases/types.xsharp.bc
testcases/types.xsharp.bc
testcases/arithmetic
testcases/arithmetic.xsharp.o
testcases/isprime
testcases/isprime.xsharp.bc
testcases/isprime.xsharp.o
testcases/types
testcases/types.xsharp.o
a.out
testcases/class
testcases/class.xsharp.bc
testcases/class.xsharp.o
testcases/class.xsharp.out
testcases/recursive.xsharp.bc
testcases/recursive.xsharp.o
testcases/recursive.xsharp.out
testcases/recursive
testcases/string
testcases/string
testcases/string.xsharp.bc
testcases/string.xsharp.o
LLVMIR/test/temp
XSharp/test/Parser/temp
XSharp/test/Lexer/temp