diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-23 04:42:28 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:30 -0400 |
commit | be9f18ccfe81acdd2f34b27352f2843235fab69b (patch) | |
tree | 89bb8aea8ac4d367b1c054eeea5d3fd9f7bb197c /tests/python/corelib | |
parent | ece13a8cf10e9afb576139411f450d8b37ec8e65 (diff) | |
download | fork-ledger-be9f18ccfe81acdd2f34b27352f2843235fab69b.tar.gz fork-ledger-be9f18ccfe81acdd2f34b27352f2843235fab69b.tar.bz2 fork-ledger-be9f18ccfe81acdd2f34b27352f2843235fab69b.zip |
Reduced memory consumption of register report.
Diffstat (limited to 'tests/python/corelib')
-rw-r--r-- | tests/python/corelib/.gitignore | 1 | ||||
-rw-r--r-- | tests/python/corelib/numerics/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
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 |