diff options
author | Gary Lowell <glowell@inktank.com> | 2012-10-08 18:12:06 -0700 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2012-10-15 14:14:34 -0700 |
commit | 151d9403c5fd04ea54c98e78b13a3e80201a3e9f (patch) | |
tree | 058c06da726125d4f71faa802a707ed678974d35 | |
parent | 3658157b6015cb4864570a438204b1d552d1fc00 (diff) | |
download | ceph-151d9403c5fd04ea54c98e78b13a3e80201a3e9f.tar.gz |
Makefiles: ignore the m4 macro directory
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 194dd2b6335..6e00ff8297b 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,7 @@ src/kvstorebench # temporary directory used by e.g. "make distcheck", e.g. ceph-0.42 /ceph-[0-9]*/ + +# M4 Macro directory +m4/ +src/gtest/m4/ |