aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/test/.gitignore
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2011-05-12 10:10:58 +0200
committerDan Gudmundsson <[email protected]>2011-05-12 10:10:58 +0200
commitf4a71c8cf2a98b80e309fa824bc8d6cfad869530 (patch)
treee9b9243f33bacc97aba48b581c60bdd9d49d3b0e /lib/mnesia/test/.gitignore
parent5703c55ea47c52a8dc8475085a8657422da3535e (diff)
parent990d05d600ca428887b42be50dad7412be0c6fdf (diff)
downloadotp-f4a71c8cf2a98b80e309fa824bc8d6cfad869530.tar.gz
otp-f4a71c8cf2a98b80e309fa824bc8d6cfad869530.tar.bz2
otp-f4a71c8cf2a98b80e309fa824bc8d6cfad869530.zip
Merge branch 'dgud/mnesia/test-fixes' into dev
* dgud/mnesia/test-fixes: Verify that remote data is commited before dirty ops begin 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/.gitignore9
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