-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
50 lines (43 loc) · 1 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
.*
!.gitignore
*~
build/*
cmake-build-debug/*
build_dbg/*
backup/*
bin/*
lib/*
include/*
src/global/Config.h
install/*
src/plugin/PluginFactory.cpp
src/parser/CommandLineParametersConfig.h
#RISCV
example/RISCV_Test/Logfiles/*
example/RISCV_interrupts/Examples/*.o
example/RISCV_interrupts/RTL/work/*
example/RISCV_interrupts/RTL/transcript
tests/Print_ITL_Tests/unsorted/*
#Python cache
*.pyc
#TEX files
*.aux
*.log
*.trail*
*.out
*.backup
#Latex
*.toc
*.gz
#Paulius
*_gitignore*
cmake-build-release/*
example/RISCV_synthesis/riscv_tailoring/simulate/work/
example/RISCV_synthesis/riscv_tailoring/synthesize/work/
example/RISCV_synthesis/riscv_tailoring/synthesize/results/
example/RISCV_synthesis/riscv_tailoring/synthesize/default.svf
example/RISCV_synthesis/riscv_tailoring/generated/
example/RISCV_synthesis/riscv_tailoring/BREG/generated/
example/RISCV_synthesis/riscv_tailoring/BREG/work/
example/RISCV_synthesis/riscv_tailoring/formal_verification/work/
example/RISCV_synthesis/riscv_tailoring/synthesis_flow/work/