diff options
author | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-05-21 02:18:23 -0500 |
---|---|---|
committer | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-05-21 20:46:14 -0500 |
commit | d95b3aa35d8a24494dd63c92da00d3ecc0890d9b (patch) | |
tree | c9df51602bb6e18028387e4690563a820f292366 /.gitignore | |
parent | fe17acfa82079559f8c8b30ab32564418a3cc87e (diff) | |
download | samba-d95b3aa35d8a24494dd63c92da00d3ecc0890d9b.tar.gz samba-d95b3aa35d8a24494dd63c92da00d3ecc0890d9b.tar.bz2 samba-d95b3aa35d8a24494dd63c92da00d3ecc0890d9b.zip |
gitignore: Ignore some output files from make test.
(This used to be commit 617d4b666514f997510a942c6f8aba6a4ae5e40e)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 75949c63a1..1e574f0059 100644 --- a/.gitignore +++ b/.gitignore @@ -196,3 +196,7 @@ source/data.mk source/librpc/idl-deps source/libcli/netlogon_proto.h source/libcli/ndr_netlogon_proto.h +source/foo.tdb +source/gentest_seeds.dat +source/templates.ldb +source/torture.tdb |