blob: 05b8c7f6d06b01824459610e3e098296b67adac6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# ignore objects and archives, anywhere in the tree.
*.[oa]
# test in INSTALL
INSTALL/test*
# local make.inc
make.inc
# BLAS testing
BLAS/TESTING/*.out
BLAS/TESTING/x*
# CBLAS
CBLAS/include/cblas_mangling.h
# CBLAS testing
CBLAS/testing/*.out
CBLAS/testing/x*
# CBLAS examples
CBLAS/examples/cblas_ex1
CBLAS/examples/cblas_ex2
# LAPACK testing
TESTING/LIN/xlintst*
TESTING/EIG/xeigtst*
TESTING/*.out
TESTING/*.txt
# LAPACKE example
LAPACKE/example/xexample*
# SED
SRC/*-e
LAPACKE/src/*-e
|