Adapt lapack_testing.py to work on both Python 2 and Python 3
[platform/upstream/lapack.git] / .gitignore
1 # ignore objects and archives, anywhere in the tree.
2     *.[oa]
3 # test in INSTALL
4 INSTALL/test*
5
6 # local make.inc
7 make.inc
8
9 # BLAS testing
10 BLAS/*.out
11 BLAS/x*
12
13 # LAPACK testing
14 TESTING/x*
15 TESTING/*.out
16 TESTING/*.txt