-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
102 lines (93 loc) · 2.03 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#-----------------------------------------------------------------------
# Copyright 2011-2016 Lasse Lambrecht (Ruhr-Universität Bochum, GER)
# Copyright 2015-2018 Andre Lamert (Ruhr-Universität Bochum, GER)
# Copyright 2014-2018 Thomas Möller (Ruhr-Universität Bochum, GER)
# Copyright 2014-2018 Marc S. Boxberg (Ruhr-Universität Bochum, GER)
#
# This file is part of NEXD 2D.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with NEXD 2D. If not, see <http://www.gnu.org/licenses/>.
#-----------------------------------------------------------------------
# files created by the system
*~
._*
.DS_Store
# Files created by the compiler (Fortran)
*.[oa]
*.mod
bin/*
make.incdep
# Python
*.py[cod]
# Editor files
.project
*eclipse*
# Project files / output files
*.jou
*.vtk
!simulations/example_inversion/ref/*vtk
*.bin
*seismo*
!*meas
!simulations/lambs/ref/*
*run.csh.*
*cub*
*msh*
*log
simulations/*/out/*
simulations/*/bin/*
# dg2ssa
tools/dg2ssa/Makefile
tools/dg2ssa/dg2ssa.f90
# Metis
metis-4.0.3/Graphs/mtest
metis-4.0.3/graphchk
metis-4.0.3/kmetis
metis-4.0.3/mesh2dual
metis-4.0.3/mesh2nodal
metis-4.0.3/oemetis
metis-4.0.3/onmetis
metis-4.0.3/partdmesh
metis-4.0.3/partnmesh
metis-4.0.3/pmetis
# LaTeX auxilliary 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
*.tdo
metis-4.0.3
simulations/testmodel2D
simulations/zylinder_alu
simulations/example_linearSlipInterface/out_marc
simulations/validation3D