forked from AuroraMiddleware/gtk
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:
parent
80d329a3e7
commit
9e1afd7ba8
3
m4/.gitignore
vendored
Normal file
3
m4/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
!/ax_prog_cc_for_build.m4
|
||||
!/pkg_config_for_build.m4
|
||||
*.m4
|
Loading…
Reference in New Issue
Block a user