File: .gitignore

package info (click to toggle)
suitesparse 1%3A7.10.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 254,920 kB
  • sloc: ansic: 1,134,743; cpp: 46,133; makefile: 4,875; fortran: 2,087; java: 1,826; sh: 996; ruby: 725; python: 495; asm: 371; sed: 166; awk: 44
file content (73 lines) | stat: -rw-r--r-- 653 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Ignore these files:
*.o
*.so.*
*.so
*.dylib
*.a
*.obj
*.ln
*.bb
*.bbg
*.da
*.tcov
*.gcov
gmon.out
*.bak
*.d
*.gcda 
*.gcno 
*.aux 
*.bbl 
*.blg 
*.log 
*.toc 
*.dvi 
*.lof 
*.lot
*.dll 
*.dSYM
my_*.out
*.gcda
*.gcno
*.mex*
*.profile
*.swp
.DS_Store
.nfs*
.pyc
*.tmp
gunk*
errlog*.txt
fprint.txt
log.txt

Demo/*.log

Test/*.log
Test/errlog.txt
Test/errlog*.txt
Test/log.txt
Test/gunk*
Test/fprint.txt

Doc/GraphBLAS_UserGuide.log
Doc/GraphBLAS_UserGuide.out

Tcov/errlog.txt
Tcov/errlog*.txt
Tcov/log.txt
Tcov/grbstat.mat
Tcov/fprint.txt

Doc/html

CUDA/test/googletest/*

desktop.ini

.idea/
cmake-build-debug/

# Do not ignore this file
!.gitignore