-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (78 loc) · 1.19 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
# Ignore file system metadata files
.DS_Store
#
# BEGIN Ignore Quartus Prime
#
# From: https://gist.github.com/nhasbun/71918796044b7ba89d6662133495f754
# ignore Quartus II generated files
*_generation_script*
*_inst.vhd
*.bak
*.cmp
*.done
*.eqn
*.hex
*.html
*.jdi
*.mif
*.pin
*.pof
*.ptf.*
*.qar
*.qarlog
*.qws
*.rpt
*.smsg
*.sof
*.sopc_builder
*.summary
*.tcl
*example*
*sopc_*
# *.sdc # I want those timing files
# ignore Quartus II generated folders
*/db/
*/incremental_db/
*/simulation/
*/timing/
*/testbench/
*/*_sim/
incremental_db/
db/
_output_files/
PLLJ_PLLSPE_INFO.txt
# Ignore Quartus Prime project files to prevent constant unnecessary project file changes
# if Quartus versions are different on machines
*.qpf
*.qsf
#
# END Ignore Quartus Prime
#
#
# BEGIN Ignore LaTeX
#
## Core LaTeX/pdflatex auxiliary files:
docs/**/*.aux
docs/**/*.lof
docs/**/*.log
docs/**/*.lot
docs/**/*.fls
docs/**/*.out
docs/**/*.toc
docs/**/*.fmt
docs/**/*.fot
docs/**/*.cb
docs/**/*.cb2
docs/**/.*.lb
docs/**/*.bbl
docs/**/*.blg
## LaTeX Build tool auxiliary files:
docs/**/*.fdb_latexmk
docs/**/*.synctex
docs/**/*.synctex(busy)
docs/**/*.synctex.gz
docs/**/*.synctex.gz(busy)
docs/**/*.pdfsync
#
# END Ignore LaTeX
#