Skip to content

Commit

Permalink
Update gitignore to allow all files in test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Mar 10, 2020
1 parent f69cb96 commit 44ec3b6
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ software/build/*
doc/sphinx/_build/html/_static
doc/sphinx/_build
*.epf
*.cwp
*_data
default-data-dir/
*.o
*.d
*.lst
*.cwp
!tests/**
*.npy
hardware/victims/firmware/simpleserial-*/simpleserial-*-CW*
hardware/victims/firmware/basic-passwdcheck/basic-passwdcheck-CW*
Expand Down Expand Up @@ -52,4 +53,4 @@ __pycache__/

# for building the project as a sdist and wheel for pypi
build/
dist/
dist/
10 changes: 10 additions & 0 deletions tests/projects/Tutorial_B5.cwp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Trace Management]
tracefile0 = Tutorial_B5_data\traces\config_2020.03.10-15.16.25_0.cfg
enabled0 = True
[ChipWhisperer]
[[General Settings]]
Project Name = Untitled
Project File Version = 1.00
Project Author = Unknown
Program Name = ChipWhisperer
Program Version = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Trace Config]
format = native
numTraces = 50
numPoints = 5000
date = 2020-03-10 15:04:05
prefix = 2020.03.10-15.04.05_0
targetHW = unknown
targetSW = unknown
scopeName = unknown
scopeSampleRate = 0
scopeYUnits = 0
scopeXUnits = 0
notes = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Trace Config]
format = native
numTraces = 50
numPoints = 5000
date = 2020-03-10 15:05:09
prefix = 2020.03.10-15.05.09_0
targetHW = unknown
targetSW = unknown
scopeName = unknown
scopeSampleRate = 0
scopeYUnits = 0
scopeXUnits = 0
notes = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Trace Config]
format = native
numTraces = 50
numPoints = 5000
date = 2020-03-10 15:11:47
prefix = 2020.03.10-15.11.47_0
targetHW = unknown
targetSW = unknown
scopeName = unknown
scopeSampleRate = 0
scopeYUnits = 0
scopeXUnits = 0
notes = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Trace Config]
format = native
numTraces = 50
numPoints = 5000
date = 2020-03-10 15:16:25
prefix = 2020.03.10-15.16.25_0
targetHW = unknown
targetSW = unknown
scopeName = unknown
scopeSampleRate = 0
scopeYUnits = 0
scopeXUnits = 0
notes = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Trace Config]
format = native
numTraces = 50
numPoints = 5000
date = 2020-03-10 18:57:31
prefix = 2020.03.10-18.57.31_0
targetHW = unknown
targetSW = unknown
scopeName = unknown
scopeSampleRate = 0
scopeYUnits = 0
scopeXUnits = 0
notes = ""
10 changes: 10 additions & 0 deletions tests/projects/jittertime.cwp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Trace Management]
tracefile0 = jittertime_data\traces\config_2020.03.10-19.15.39_0.cfg
enabled0 = True
[ChipWhisperer]
[[General Settings]]
Project Name = Untitled
Project File Version = 1.00
Project Author = Unknown
Program Name = ChipWhisperer
Program Version = ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Trace Config]
format = native
numTraces = 50
numPoints = 5000
date = 2020-03-10 19:15:39
prefix = 2020.03.10-19.15.39_0
targetHW = unknown
targetSW = unknown
scopeName = unknown
scopeSampleRate = 0
scopeYUnits = 0
scopeXUnits = 0
notes = ""

0 comments on commit 44ec3b6

Please sign in to comment.