1
0
Fork 0
Browse Source

add readings-per-sec.csv file to gitignore.

It was getting in the way and doesn't need to be part of the commit
history. It's only purpose is to output the results -- to be used else
where.
stable
Craig Oates 3 years ago
parent
commit
0f6fdc22fa
  1. 1
      .gitignore
  2. 4
      src/data/results/readings-per-sec.csv

1
.gitignore vendored

@ -138,3 +138,4 @@ dmypy.json
# Cython debug symbols
cython_debug/
/src/data/results/

4
src/data/results/readings-per-sec.csv

@ -1,4 +0,0 @@
1,5344
2,2955
3,13284
4,8297
1 1 5344
2 2 2955
3 3 13284
4 4 8297