aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9993c82680c84ce8bd086794d72b5609ce7f1160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ignore objects and archives, anywhere in the tree.
*.[oa]

# test in INSTALL
INSTALL/test*

# local make.inc
make.inc

# BLAS testing
BLAS/*.out
BLAS/x*

# LAPACK testing
TESTING/x*
TESTING/*.out
TESTING/*.txt

# LAPACKE example
LAPACKE/example/xexample*