From 9e1afd7ba8dfc0edade1f8af7bd0635067589133 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 3 Aug 2016 11:49:15 +0100 Subject: [PATCH] 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. --- m4/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 m4/.gitignore diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000000..d425a9182e --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,3 @@ +!/ax_prog_cc_for_build.m4 +!/pkg_config_for_build.m4 +*.m4