-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (35 loc) · 730 Bytes
/
.gitignore
File metadata and controls
35 lines (35 loc) · 730 Bytes
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
compiler.dSYM
compiler
compiler.exe
.DS_Store
test/formal/performance
test/formal/basic/**/*.json
test/formal/basic/**/*.ir
test/formal/basic/**/*.ir_res
test/formal/basic/**/*.s
test/formal/basic/**/*.res
test/formal/basic/**/*.tk
test/formal/basic/**/*.log
test/formal/basic/**/*.time
test/formal/basic/**/*.exe
test/formal/basic/**/*.c
test/formal/basic/**/*.ll
test/formal/basic/**/*.o
test/custom/**/*.json
test/custom/**/*.ir
test/custom/**/*.ir_res
test/custom/**/*.s
test/custom/**/*.res
test/custom/**/*.tk
test/custom/**/*.log
test/custom/**/*.time
test/custom/**/*.exe
_backup/*
*.log
build
test/summary.log
temp.s
test/formal/*
scev_for_reference/scev_expr.cc
scev_for_reference/scev_expr.h
scev_for_reference/scev.cc