From b1580b963f81051489de922b44c9a0d94ff6ec57 Mon Sep 17 00:00:00 2001 From: slipher Date: Tue, 29 Dec 2020 21:53:34 -0600 Subject: [PATCH] Exclude checked-in .m4 files from gitignore It seems bad to have a file which is part of the repository excluded from git status. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 282ebe32..3ce22be6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ *.he depcomp *.m4 +!m4/aria2_arg.m4 +!m4/ax_check_compile_flag.m4 +!m4/ax_cxx_compile_stdcxx_11.m4 +!m4/fallocate.m4 Makefile Makefile.in missing