-
Notifications
You must be signed in to change notification settings - Fork 624
/
.gitignore
101 lines (91 loc) · 1.09 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
# mac file
.DS_Store
._*
# alias file
*make.bat
.vs
# compiler output files
*.exe
*.o
*.mod
*.obj
*.pdb
*.exp
*.lib
*.i90
*.dll
# executables
fds_intel_*
fds_mpi_intel_*
fds2ascii_*
smokediff_*
smokezip_*
wind2fds_*
# latex output files
*.aux
*.bak
*.bbl
*.blg
*.brf
*.err
*.lof
*.log
*.lot
*.out
*.pdfsync
*.toc
*.gz
Manuals/*/*Guide.pdf
# FDS output files
*.sf
*.bf
*.s3d
*.q
*.sz
*.smv
*.prt5
*.end
*.iso
*.restart
*.gc
*_devc.csv
*_hrr.csv
*_mass.csv
*_mms.csv
*_git.txt
*.fed_smv
*slice.info
*svn.txt
*.bf.bnd
*.prt5.bnd
*.sf.bnd
*.binfo
*.sinfo
*.ter
*.bingeom
*.gbf
*.be.bnd
*.be
*.gcf
*.ge2
*.ge
*.gbnd
*.gsf
*.q.bnd
Current_Results
# smokeview files, directories
SMV/win32_local/
*.a
smokeview*64*
SMV/for_bundle/uploads
# manuals script-generated files
Manuals/*/SCRIPT_FIGURES/*/*.pdf
Manuals/*/SCRIPT_FIGURES/*/*.tex
Manuals/*/SCRIPT_FIGURES/*/*.csv
Manuals/*/SCRIPT_FIGURES/*.pdf
Manuals/*/SCRIPT_FIGURES/*.tex
Manuals/*/SCRIPT_FIGURES/*.png
# Validation script generated csv files
Validation/*/FDS_Output_Files/*.csv
# Verification script generated fds files
Verification/Timing_Benchmarks/t*.fds