forked from newaetech/chipwhisperer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
66 lines (61 loc) · 1.62 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
*.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
# Explicit listing of the build artifacts so that they are not included in
# commits
hardware/victims/firmware/*/*.elf
hardware/victims/firmware/*/*.eep
hardware/victims/firmware/*/*.hex
hardware/victims/firmware/*/*.lss
hardware/victims/firmware/*/*.map
hardware/victims/firmware/*/*.sym
!hardware/victims/firmware/hal/**
!hardware/victims/firmware/87c51/**
hardware/victims/firmware/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