Include all CSV's in Repo for diffing

This commit is contained in:
Josh Freeman
2017-12-13 11:08:14 +00:00
parent 8d43eb91df
commit 016520e5fd
4159 changed files with 642090 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
key,0,1,2,3,4,5,6
#,,,,,,,
int32,bit&01,byte,byte,byte,byte,byte,byte
0,False,2,2,0,2,2,2
1,False,0,0,0,0,0,0
2,True,0,0,0,0,0,1
3,False,0,2,0,0,2,2
4,False,2,0,0,1,0,0
5,False,2,2,0,0,2,2
6,True,2,2,0,0,2,2
7,True,2,2,0,0,2,2
8,False,2,2,2,0,2,2
1 key 0 1 2 3 4 5 6
2 #
3 int32 bit&01 byte byte byte byte byte byte
4 0 False 2 2 0 2 2 2
5 1 False 0 0 0 0 0 0
6 2 True 0 0 0 0 0 1
7 3 False 0 2 0 0 2 2
8 4 False 2 0 0 1 0 0
9 5 False 2 2 0 0 2 2
10 6 True 2 2 0 0 2 2
11 7 True 2 2 0 0 2 2
12 8 False 2 2 2 0 2 2