diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2016-08-03 11:49:15 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2016-08-03 11:49:15 +0100 |
commit | 9e1afd7ba8dfc0edade1f8af7bd0635067589133 (patch) | |
tree | 5d8a2d0f4f649e5d2b066c391931537c4ff9ce3f /m4 | |
parent | 80d329a3e70fdba725e707ee663fe16d8a0ad3a7 (diff) | |
download | gtk+-9e1afd7ba8dfc0edade1f8af7bd0635067589133.tar.gz |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |