From be9f18ccfe81acdd2f34b27352f2843235fab69b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 04:42:28 +0000 Subject: Reduced memory consumption of register report. --- tests/python/corelib/.gitignore | 1 + tests/python/corelib/numerics/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/python/corelib/.gitignore create mode 100644 tests/python/corelib/numerics/.gitignore (limited to 'tests/python/corelib') diff --git a/tests/python/corelib/.gitignore b/tests/python/corelib/.gitignore new file mode 100644 index 00000000..0d20b648 --- /dev/null +++ b/tests/python/corelib/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/tests/python/corelib/numerics/.gitignore b/tests/python/corelib/numerics/.gitignore new file mode 100644 index 00000000..0d20b648 --- /dev/null +++ b/tests/python/corelib/numerics/.gitignore @@ -0,0 +1 @@ +*.pyc -- cgit v1.2.3