Add ignore file for macro dir

The contents of the macro directory are too complicated for git.mk to
handle: the contents are filled by autotools and may change between
systems or autotools releases; and we additionally ship our own m4
macros.

To avoid unnecessary noise on the `git status` output we should simply
add an ignore file specifically for the macro directory.
This commit is contained in:
Emmanuele Bassi 2016-08-03 11:49:15 +01:00
parent 80d329a3e7
commit 9e1afd7ba8

3
m4/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
!/ax_prog_cc_for_build.m4
!/pkg_config_for_build.m4
*.m4