ENH: Improving the travis dashboard name
[platform/upstream/lapack.git] / .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/*.out
12 BLAS/x*
13
14 # LAPACK testing
15 TESTING/x*
16 TESTING/*.out
17 TESTING/*.txt
18
19 # LAPACKE example
20 LAPACKE/example/xexample*