1# ignore objects and archives, anywhere in the tree.
2*.[oa]
3
4# test in INSTALL
5INSTALL/test*
6
7# local make.inc
8make.inc
9
10# BLAS testing
11BLAS/TESTING/*.out
12BLAS/TESTING/x*
13
14# CBLAS
15CBLAS/include/cblas_mangling.h
16
17# CBLAS testing
18CBLAS/testing/*.out
19CBLAS/testing/x*
20
21# CBLAS examples
22CBLAS/examples/cblas_ex1
23CBLAS/examples/cblas_ex2
24
25# LAPACK testing
26TESTING/LIN/xlintst*
27TESTING/EIG/xeigtst*
28TESTING/*.out
29TESTING/*.txt
30TESTING/x*
31
32# LAPACKE example
33LAPACKE/example/xexample*
34
35# SED
36SRC/*-e
37LAPACKE/src/*-e
38build*
39
40# DOCS documentation
41DOCS/man
42DOCS/explore-html
43output_err
44