diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-07-16 18:30:05 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-07-16 18:30:05 +0200 |
commit | 304ae2b9a19cd014a7f93830103bb4694efd841f (patch) | |
tree | 10b454e64a864bff7eed29cf72bf17bb872a9702 | |
parent | da770c386f8cc6efd3430ebab4e0707a4bb06c16 (diff) |
build: add ./test-bitmap to .gitignore
Make sure to ignore build files of Tom's recent test-bitmap addition.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8763ef02bd..7659e7a645 100644 --- a/.gitignore +++ b/.gitignore @@ -144,6 +144,7 @@ /test-audit-type /test-async /test-barrier +/test-bitmap /test-boot-timestamp /test-btrfs /test-bus-benchmark |