forked from Reference-LAPACK/lapack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
56 lines (44 loc) · 815 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ignore objects and archives, anywhere in the tree.
*.[oa]
*.mod
# test in INSTALL
INSTALL/test*
# local make.inc
# Qixin Wang 20221215: Commented out make.inc to
# add make.inc into the traced files.
#make.inc
# BLAS testing
BLAS/TESTING/*.out
BLAS/TESTING/x*
# CBLAS
CBLAS/include/cblas_mangling.h
# CBLAS testing
CBLAS/testing/*.out
CBLAS/testing/x*
# CBLAS examples
CBLAS/examples/cblas_ex1
CBLAS/examples/cblas_ex2
# LAPACK testing
TESTING/LIN/xlintst*
TESTING/EIG/xeigtst*
TESTING/*.out
TESTING/*.txt
!TESTING/CMakeLists.txt
TESTING/x*
# LAPACKE example
LAPACKE/example/xexample*
# SED
SRC/*-e
LAPACKE/src/*-e
build*
# DOCS documentation
DOCS/man
DOCS/explore-html
output_err
*.swp
*.idea/
*/cmake-build-debug/
*/compile_commands.json
*cmake-build-debug/
test/
LAPACKE/include/lapacke_mangling.h