projects
/
platform
/
upstream
/
lapack.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update date, version for 3.6.1 release
[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*