File: .gitignore

package info (click to toggle)
lapack 3.12.1-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 78,912 kB
  • sloc: fortran: 622,840; ansic: 217,704; f90: 6,041; makefile: 5,100; sh: 326; python: 270; xml: 182
file content (49 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (2)
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
# 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*

# 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/EIG/xdmd*
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

# Mod files from compilation in SRC
SRC/la_constants.mod
SRC/la_xisnan.mod