forked from DrTimothyAldenDavis/GraphBLAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (81 loc) · 1011 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# 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/bfs_demo.out
Demo/openmp_demo.out
Demo/pagerank_demo.out
Demo/pthread_demo.out
Demo/simple_demo.out
Demo/tri_demo.out
Demo/wildtype_demo.out
Demo/*.log
Demo/complex_demo_out.m
Demo/complex_demo_out2.m
Demo/import_demo.out
Demo/t1.out
Demo/t2.out
alternative/*.out
alternative/*_out.m
alternative/*_out2.m
alternative/*_demo
alternative/*.so*
alternative/*.dylib*
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