aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1649a488f2acb144d130671ae712a5ced4e50607 (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
# 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*

# SED
SRC/*-e
LAPACKE/src/*-e