diff options
author | Greg Farnum <gregory.farnum@dreamhost.com> | 2011-11-03 21:59:25 +0100 |
---|---|---|
committer | Greg Farnum <gregory.farnum@dreamhost.com> | 2011-11-03 21:59:25 +0100 |
commit | b8733476d295e0d522710c24522e24c0edb5c17b (patch) | |
tree | f747e50eb082a3fd31f27c0a7853f1d6d3a8d9b8 /.gitignore | |
parent | qa: workunit to run test_libcephfs_readder (diff) | |
download | ceph-b8733476d295e0d522710c24522e24c0edb5c17b.tar.xz ceph-b8733476d295e0d522710c24522e24c0edb5c17b.zip |
gitignore: just ignore all test_ files
We don't want to add a new ignore for each test!
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 916f4dc344e..e986c9b64a7 100644 --- a/.gitignore +++ b/.gitignore @@ -54,8 +54,7 @@ core .cproject /build-doc /doc/object_store.png -/src/test_libhadoopcephfs_build -/src/test_filestore_idempotent +/src/test_* # temporary directory used by e.g. "make distcheck", e.g. ceph-0.42 /ceph-[0-9]*/ |