From 7ab00a796d2233c3804f52fbba16c2f3ed0c297b Mon Sep 17 00:00:00 2001 From: Gary Lowell Date: Wed, 5 Dec 2012 19:39:11 -0800 Subject: [PATCH] .gitignore: Add m4 macro directories to ignore list --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 129ce282a7a66..3d6bfd7a50daf 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,8 @@ src/omapbench # temporary directory used by e.g. "make distcheck", e.g. ceph-0.42 /ceph-[0-9]*/ -/nbproject/private/ \ No newline at end of file +/nbproject/private/ + +# M4 Macro directory +m4/ +src/gtest/m4/ -- 2.39.5