Exclude checked-in .m4 files from gitignore

It seems bad to have a file which is part of the repository excluded
from git status.
pull/1729/head
slipher 2020-12-29 21:53:34 -06:00 committed by slipher
parent faa6955c8d
commit b1580b963f
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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