-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
88 lines (81 loc) · 1.35 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
*.mod
*.o
*.swp
*__pycache__*
*obscount.txt
*region?.ps
*~
.DS_Store
Gemfile.lock
_site/
# Nuisance files
Makefile
dart_log.*
input.nml.*default
filter_ics
obs_def_mod.f90
obs_kind_mod.f90
using_mpi_for_*
# Executables
advance_time
closest_member_tool
compare_states
compute_error
create_fixed_network_seq
create_obs_sequence
fill_inflation_restart
filter
gen_sampling_err_table
integrate_model
model_mod_check
obs_assim_count
obs_common_subset
obs_diag
obs_impact_tool
obs_keep_a_few
obs_loop
obs_selection
obs_seq_coverage
obs_seq_to_netcdf
obs_seq_verify
obs_sequence_tool
obs_total_error
obs_utils
perfect_model_obs
perturb_single_instance
preprocess
restart_file_tool
system_simulation
wakeup_filter
# Directories to NOT IGNORE ... same as executable names
# as far as I know, these must be listed after the executables
!advance_time/
!closest_member_tool/
!compare_states/
!compute_error/
!create_fixed_network_seq/
!create_obs_sequence/
!fill_inflation_restart/
!filter/
!gen_sampling_err_table/
!integrate_model/
!model_mod_check/
!obs_assim_count/
!obs_common_subset/
!obs_diag/
!obs_impact_tool/
!obs_keep_a_few/
!obs_loop/
!obs_selection/
!obs_seq_coverage/
!obs_seq_to_netcdf/
!obs_seq_verify/
!obs_sequence_tool/
!obs_total_error/
!obs_utils/
!perfect_model_obs/
!perturb_single_instance/
!preprocess/
!restart_file_tool/
!system_simulation/
!wakeup_filter/