diff options
author | Sage Weil <sage@newdream.net> | 2009-05-14 14:23:40 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-05-14 14:23:40 -0700 |
commit | 3b6a6f1e24a481299386ef74e31ed5684100a95a (patch) | |
tree | adbd225a58bdce8e13ecc222bf2ca71980fd98a3 /.gitignore | |
parent | c840445512ff6110722f6975a8d0e8062944af92 (diff) | |
download | ceph-3b6a6f1e24a481299386ef74e31ed5684100a95a.tar.gz |
.gitignore update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 28f2c559e63..b662b8f38ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ *.o +*.lo *.a *~ *.co +*.deb +*.tar.gz +*.dsc +*.changes +./config.* +*.gcno .deps web/*.html gmon.out @@ -9,6 +16,7 @@ core.* vgcore.* src/Makefile Makefile.in +Makefile aclocal.m4 autom4te.cache config.log @@ -18,3 +26,4 @@ stamp-h1 depcomp install-sh missing +src/ceph_ver.h |