diff options
author | Dan Gudmundsson <[email protected]> | 2011-03-16 10:39:52 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-05-12 10:09:46 +0200 |
commit | 2e294c82e6f30c71ced50c3d79e4746b5ad2e76d (patch) | |
tree | dc320c19c3321834516c0c816b881677773e9fda /lib/mnesia/test/.gitignore | |
parent | 5703c55ea47c52a8dc8475085a8657422da3535e (diff) | |
download | otp-2e294c82e6f30c71ced50c3d79e4746b5ad2e76d.tar.gz otp-2e294c82e6f30c71ced50c3d79e4746b5ad2e76d.tar.bz2 otp-2e294c82e6f30c71ced50c3d79e4746b5ad2e76d.zip |
Fix mnesia own small test framework so it works with the re-written tests.
Diffstat (limited to 'lib/mnesia/test/.gitignore')
-rw-r--r-- | lib/mnesia/test/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/mnesia/test/.gitignore b/lib/mnesia/test/.gitignore new file mode 100644 index 0000000000..1e9a9933ed --- /dev/null +++ b/lib/mnesia/test/.gitignore @@ -0,0 +1,9 @@ + + +# Test generates +MnesiaCore* +Mnesia.* + +tempfile* +mnesia_test_case_info +test_log*
\ No newline at end of file |