mirror of https://github.com/aria2/aria2
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
parent
faa6955c8d
commit
b1580b963f
|
@ -7,6 +7,10 @@
|
||||||
*.he
|
*.he
|
||||||
depcomp
|
depcomp
|
||||||
*.m4
|
*.m4
|
||||||
|
!m4/aria2_arg.m4
|
||||||
|
!m4/ax_check_compile_flag.m4
|
||||||
|
!m4/ax_cxx_compile_stdcxx_11.m4
|
||||||
|
!m4/fallocate.m4
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
missing
|
missing
|
||||||
|
|
Loading…
Reference in New Issue