浏览代码

Update .gitignore.

Nigel Tao 9 年之前
父节点
当前提交
f1ae40350d
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 4 1
      .gitignore
  2. 0 3
      snappy_test.go

+ 4 - 1
.gitignore

@@ -1,6 +1,9 @@
+testdata/bench
+
+# These explicitly listed benchmark data files are for an obsolete version of
+# snappy_test.go.
 testdata/alice29.txt
 testdata/asyoulik.txt
-testdata/bench
 testdata/fireworks.jpeg
 testdata/geo.protodata
 testdata/html

+ 0 - 3
snappy_test.go

@@ -707,9 +707,6 @@ func BenchmarkRandomEncode(b *testing.B) {
 // testFiles' values are copied directly from
 // https://raw.githubusercontent.com/google/snappy/master/snappy_unittest.cc
 // The label field is unused in snappy-go.
-//
-// If this list changes (due to the upstream C++ list changing), remember to
-// update the .gitignore file in this repository.
 var testFiles = []struct {
 	label     string
 	filename  string