diff options
author | David Lamparter <equinox@diac24.net> | 2018-08-18 05:29:10 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:30:42 +0200 |
commit | e7c25325ccf55e0dc4b9a264fc3cf2f91e523d7d (patch) | |
tree | cd45526988cd1ce4a6ecbac68b5f6b9b82e3e677 /m4 | |
parent | tests: properly locate files in builddir (diff) | |
download | frr-e7c25325ccf55e0dc4b9a264fc3cf2f91e523d7d.tar.xz frr-e7c25325ccf55e0dc4b9a264fc3cf2f91e523d7d.zip |
*: cleanup .gitignore files
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/.gitignore b/m4/.gitignore index 798188b0b..357e65588 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -1,8 +1,8 @@ -Makefile -Makefile.in -.arch-inventory -.arch-ids -*~ -*.loT +*.m4 + +!ax_compare_version.m4 +!ax_prog_perl_modules.m4 !ax_pthread.m4 !ax_sys_weak_alias.m4 +!ax_sys_weak_alias.m4 +!pkg.m4 |