-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
executable file
·78 lines (67 loc) · 1 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
*.o
*.a
*.mod
*.x
*~
*.x.dSYM
*.fn*
*.ky*
*.pg*
*.tp*
*.vr*
*.mv*
*.dvi
*.info
*.swp
fort.75
# Ignore FEPX build files
/lib/libf95/modules
/lib/libparallel/modules_serial
/lib/libparallel/modules_parallel
/src/build/
/src/build.sim
/build/
/doc/build/
# Ignore FEPX post files
/tests/*/simulation.sim
post.*
rst*.*
FAILED
# Ignore AppleDouble files and Mac .DS_Store files
._*
.DS_Store
# Ignore LaTeX auxilliary files and made PDFs
*.aux
*.log
*.out
*.synctex.gz
*.toc
fepx.pdf
# Ignore sed -e files
VERSIONS-e
*.f90-e
*.texi-e
# Ignore meld backups
*_BACKUP_*
*_BASE_*
*_LOCAL_*
*_REMOTE_*
*.orig
# Ignore simulation post files
/examples/1_uniaxial/post.*
/examples/1_uniaxial.sim/
/examples/2_triaxCSR/post.*
/examples/2_triaxCSR.sim/
/examples/3_triaxCLR/post.*
/examples/3_triaxCLR.sim/
/examples/4_restart/cycle1/
/examples/4_restart/cycle1.sim/
/examples/4_restart/cycle2/
/examples/4_restart/cycle2.sim/
/examples/5_external/post.*
/examples/5_external.sim/
# Website
docs
# Sphinx files
__pycache__
doxygen