-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
75 lines (62 loc) · 1.08 KB
/
.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
#latex processing files
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
*.nav
*.snm
*.vrb
*.pdf
#backup files
*~
#caches matrices
MatLab/UFget/mat
MatLab/UFget/matrices
MatLab/UFget/MM
MatLab/UFget/RB
MatLab/UFget/svd
#pcg error test results
MatLab/pcg results - *.mat
#compiled mex files
*.mexa64
#bin for hpcg
hpcg/Linux_Serial_Double/*
hpcg/Linux_Serial_Mixed/*/*
hpcg/Linux_Serial_Single/*/*
hpcg/MPI_gprof_OMP_Double/*/*
hpcg/MPI_gprof_OMP_Mixed/*/*
hpcg/MPI_gprof_OMP_Single/*/*
hpcg/MPI_Intel_OMP_Double/*
hpcg/MPI_Intel_OMP_Mixed/*/*
hpcg/MPI_Intel_OMP_Single/*/*
#libreoffice lock files
.~lock*#
#Julia auto-saves
*/.ipynb_checkpoints/*
#built epetra power method
julia/power-method/ePetra-PowerMethod/CMakeFiles
julia/power-method/ePetra-PowerMethod/CMakeCache.txt
julia/power-method/ePetra-PowerMethod/cmake_install.cmake
julia/power-method/ePetra-PowerMethod/Makefile
julia/power-method/ePetra-PowerMethod/petra_power_method_LL
#Manifest file for julia work
julia/Manifest.toml