forked from i4Ds/STIX-GSW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (31 loc) · 766 Bytes
/
.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
_build
stix/data
# ignore the IDL UI metadata fpga
.metadata
# ignore personal startup files
startup_stix_ssw*
stix_personal_startup*
dev/.project
iunit/.project
lldp/**/.project
# ignore the fpga data folder
fpga
# ignore the Default save folder
Default
# ignore big data files, will be loaded separately
stix/dbase/sim/stx_counts.sav
stix/dbase/fpga/rnd_seq_testing/ES*
stix/dbase/demo/flare_detection/flare_detection_simulation_data.sav
# ignore test content
lldp/testing/TEST_OUTPUT/failed/*
lldp/testing/TEST_OUTPUT/logs/*
lldp/testing/TEST_OUTPUT/temporary/*
lldp/testing/TEST_OUTPUT/products/*
# ignore scenario output folders and contents
stx_scenario_*
# ignore stuff that is laying around in the root folder
/*.bin
/*.pro
/*.xml
/*.fits
.vscode