View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000120 | file | General | public | 2019-11-12 18:08 | 2019-11-19 05:25 |
Reporter | roramirez | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.37 | ||||
Fixed in Version | 5.38 | ||||
Summary | 0000120: [PATCH] tests/test ignore | ||||
Description | Add into .gitignore the file tests/test | ||||
Tags | No tags attached. | ||||
|
8d57fd78109f1169aebff8334b44867f64c3fd39.patch (546 bytes)
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 |
|
Added. |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-12 18:08 | roramirez | New Issue | |
2019-11-12 18:08 | roramirez | File Added: 8d57fd78109f1169aebff8334b44867f64c3fd39.patch | |
2019-11-19 05:25 | christos | Assigned To | => christos |
2019-11-19 05:25 | christos | Status | new => assigned |
2019-11-19 05:25 | christos | Status | assigned => resolved |
2019-11-19 05:25 | christos | Resolution | open => fixed |
2019-11-19 05:25 | christos | Fixed in Version | => 5.38 |
2019-11-19 05:25 | christos | Note Added: 0003333 |