xfstests: add missing binaries to .gitignore
authorBill Kendall <wkendall@sgi.com>
Fri, 28 Oct 2011 14:53:25 +0000 (09:53 -0500)
committerChristoph Hellwig <hch@lst.de>
Wed, 2 Nov 2011 21:04:41 +0000 (21:04 +0000)
commit26b97f0480c44dced04dfbd4f5d2c55ce8675017
tree849e3e78483986e4b8687b53ba245d8215af79fe
parent49fabdb4c13b7b11f8a4f1f593a6a909397d223b
xfstests: add missing binaries to .gitignore

A clean checkout of xfstests followed by a build resulted in a long list
of untracked files. The current .gitignore ignores most binaries, but
the "dmapi" subdir was missed as were some binaries from the "src"
subdir.

Also ".libs" and ".ltdep" appear under a "dmapi" subdir, not just under
the top-level "libs" directory, so ignore those regardless of the
directory they are in.

Signed-off-by: Bill Kendall <wkendall@sgi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
.gitignore