diff options
author | Gary Lowell <glowell@inktank.com> | 2012-10-09 03:12:06 +0200 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2012-10-15 23:14:34 +0200 |
commit | 151d9403c5fd04ea54c98e78b13a3e80201a3e9f (patch) | |
tree | 058c06da726125d4f71faa802a707ed678974d35 /.gitignore | |
parent | Makefile: Updates to eliminates warnings, add test for boost system lib. (diff) | |
download | ceph-151d9403c5fd04ea54c98e78b13a3e80201a3e9f.tar.xz ceph-151d9403c5fd04ea54c98e78b13a3e80201a3e9f.zip |
Makefiles: ignore the m4 macro directory
Diffstat (limited to '.gitignore')
-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/ |