-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy path.gitignore
90 lines (76 loc) · 1.4 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
# Copyright 2019-2024 The Aerospace Corporation.
# This file is a part of SatCat5, licensed under CERN-OHL-W v2 or later.
# Ignore compiled Python and C files
*.bin
*.pyc
*.o
# Ignore temporary files (Vim, etc.)
~*
*.jou
*.log
*.swp
*.swo
backups
build_tmp*
.vscode/
sim/cpp/coverage*
# Ignore test reports.
*.csv
cppcheck.xml
cpplint.log
# Ignore temporary files from example designs.
examples/*/*/*
examples/vc707_ptp_master/
test/log_viewer/build_tmp
# Ignore rendered documentation
doc/docs_html/
# Ignore most Lattice-created project files
project/icecube2_2017.8/**
!project/icecube2_2017.8/*/
!project/icecube2_2017.8/*/*.project
!project/icecube2_2017.8/*/*.prj
!project/icecube2_2017.8/*/*.pcf
!project/icecube2_2017.8/*/*.sdc
# Ignore all Libero-created subfolders
project/libero/*/
# Ignore all Modelsim-created subfolders
project/modelsim/*.ini
project/modelsim/*.mti
project/modelsim/*.mpf
project/modelsim/*.vstf
project/modelsim/*.wlf
project/modelsim/wlf*
project/modelsim/work
# Ignore all Vivado-created subfolders
*.bin
*.bit
*.cache
*.dmp
*.hdf
*.hw
*.ip_user_files
*.metadata
*.prm
*.project
*.runs
*.srcs
*.str
*.wcfg
*.xpr
.Xil
examples/*/*/*.xdc
satcat5_ip
sdk_hw
sdk_bsp
sim/satcat5_sims
webtalk/
# Ignore all Yosys-created subfolders
project/yosys/*/
# Ignore local installations of NPCAP.
npcap/
/.vs/pico_ethernet/v17
/.vs
/sim/cpp/simulations/
# Ignore packet capture files.
*.pcap
*.pcapng