summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 051cb7d1b08840e1bf571395cef63a0f6049da8e (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/TESTING/*.out
BLAS/TESTING/x*

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

# LAPACKE example
LAPACKE/example/xexample*

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