From ef4e5e209fd1ad9e2ffff9112a66bb2b73225d8f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 18 Jun 2018 11:38:47 -0700 Subject: [PATCH] .gitignore: add asm/directbl.h asm/directbl.h was missing from .gitignore, making this generated file show up as a file not checked in. Signed-off-by: H. Peter Anvin --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index de8fed98..d55e31f8 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ TAGS /*.1 /Makefile /asm/directbl.c +/asm/directbl.h /asm/directiv.h /asm/pptok.c /asm/pptok.h