-
Notifications
You must be signed in to change notification settings - Fork 285
/
.gitignore
83 lines (76 loc) · 1.69 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
*.pyc
*.swp
*.autopilot/*
*.s#*
*.b#?
*.ipynb_checkpoints*
software/capture/capture-*
*/.autopilot*
*.autopilot*
hardware/capture/chipwhisperer-rev2/ezusb-firmware/ztex-sdk/bmp/tests*
software/capture/default-data-dir*
software/capture/scopes/cw-partial-files/ztex_rev2_1.11c_ise*
software/chipwhisperer/capture/default-data-dir/*
software/chipwhisperer/capture/capture-2013.*
software/chipwhisperer/capture/scopes/cw-partial-files/ztex_rev2_1.11c_ise/*
software/*.egg-info/*
software/build/*
doc/sphinx/_build/html/_static
doc/sphinx/_build
*.epf
*_data
default-data-dir/
*.o
*.d
*.lst
*.cwp
!tests/*
!tests/*.npy
!*/
hardware/victims/firmware/simpleserial-*/simpleserial-*-CW*
hardware/victims/firmware/basic-passwdcheck/basic-passwdcheck-CW*
*.csv
*py.bak
docs/_build
docs/make.bat
*.vcd
*.fst
**/.vscode/*
firmware/**/*.bin
firmware/**/*.eep
firmware/**/*.elf
firmware/**/*.hex
firmware/**/*.lss
firmware/**/*.map
firmware/**/*.sym
*.o.s
**/1
# Explicit listing of the build artifacts so that they are not included in
# commits
*.elf
*.eep
*.hex
*.lss
*.map
*.sym
firmware/mcu/simpleserial-base-lab*
# autogenerated contributing file
docs/contributing.rst
# autogenerated documentation stub files
docs/tutorials/*.rst
# autocopied images files for documentation
docs/tutorials/img/*
__pycache__/
# for building the project as a sdist and wheel for pypi
/build/
/dist/
hardware/victims/firmware/hal/rx65n/include/r_tsip_rx_if.h
hardware/victims/firmware/hal/rx65n/*.lib
docs/*.msi
*.orig
software/chipwhisperer/logs/*
/tests/*.out
!**/ChipWhisperer-Nano.bin
!**/ChipWhisperer-Lite.bin
!**/ChipWhisperer-CW305.bin
!**/ChipWhisperer-Husky.bin