From 8d57fd78109f1169aebff8334b44867f64c3fd39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= <a@rodrigoramirez.com>
Date: Tue, 12 Nov 2019 11:47:02 -0500
Subject: [PATCH] Ignore tests/test:

The file tests/test should be ignore. This file is create after run

make -C tests check
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index b756aa84d..2111f14d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,5 @@ Makefile.in
 
 /src/file
 /src/magic.h
+
+/tests/test
