Include complex rather than complex.h in C++ contexts
[platform/upstream/openblas.git] / lapack-netlib / .gitignore
1 # ignore objects and archives, anywhere in the tree.
2 *.[oa]
3
4 # test in INSTALL
5 INSTALL/test*
6
7 # local make.inc
8 make.inc
9
10 # BLAS testing
11 BLAS/TESTING/*.out
12 BLAS/TESTING/x*
13
14 # CBLAS
15 CBLAS/include/cblas_mangling.h
16
17 # CBLAS testing
18 CBLAS/testing/*.out
19 CBLAS/testing/x*
20
21 # CBLAS examples
22 CBLAS/examples/cblas_ex1
23 CBLAS/examples/cblas_ex2
24
25 # LAPACK testing
26 TESTING/LIN/xlintst*
27 TESTING/EIG/xeigtst*
28 TESTING/*.out
29 TESTING/*.txt
30 TESTING/x*
31
32 # LAPACKE example
33 LAPACKE/example/xexample*
34
35 # SED
36 SRC/*-e
37 LAPACKE/src/*-e