bench: git-ignore some files for json and polygons
authorJean Privat <jean@pryen.org>
Wed, 27 Apr 2016 15:38:12 +0000 (11:38 -0400)
committerJean Privat <jean@pryen.org>
Wed, 27 Apr 2016 15:38:12 +0000 (11:38 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

benchmarks/json/.gitignore [new file with mode: 0644]
benchmarks/polygons/.gitignore [new file with mode: 0644]

diff --git a/benchmarks/json/.gitignore b/benchmarks/json/.gitignore
new file mode 100644 (file)
index 0000000..a6595d2
--- /dev/null
@@ -0,0 +1 @@
+inputs/*.json
diff --git a/benchmarks/polygons/.gitignore b/benchmarks/polygons/.gitignore
new file mode 100644 (file)
index 0000000..243db26
--- /dev/null
@@ -0,0 +1,11 @@
+java/add_vertex/
+java/contain/
+java/convexity/
+java/intersection/
+java/sort_vertices/
+nit/add_vertex/
+nit/contain/
+nit/convex_hull/
+nit/convexity/
+nit/intersection/
+nit/sort_vertices/