-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
67 lines (62 loc) · 1.16 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
# Ignore editor temporaries and backups
*~
.#*
\#*#
*.swp
# Ignore python bytecode files
*.pyc
# Ignore build temporary files
CMakeCache.txt
CMakeFiles
Makefile
autocopy.log
Makefile.am
build
cmake_install.cmake
fortran_autocopy_includes
fortran_autogen_srcs
fortran_mod_files
lib
#ignore cism_driver executables
cism_driver
#ignore test outputs
results
*config.log
*out.nc
*restart.nc
output
*.o*
e1-mm.3.nc
isos.elra.nc
mismip.config
mismip3d.config
mismip3dInit.nc
greenland_20km.config.pdd.log
greenland_20km.config.smb.log
pbsout.txt
linear
P75R
P75S
Stnd
mismip+Ice0
#Ignore compiled topography files
bin_to_cube/bin_to_cube
bin_to_cube/bin_to_cube.o
bin_to_cube/shr_kind_mod.mod
bin_to_cube/shr_kind_mod.o
cube_to_target/cube_to_target
cube_to_target/cube_to_target.o
cube_to_target/reconstruct.mod
cube_to_target/reconstruct.o
cube_to_target/remap.mod
cube_to_target/remap.o
cube_to_target/ridge_ana.mod
cube_to_target/ridge_ana.o
cube_to_target/rot.o
cube_to_target/rotation.mod
cube_to_target/shared_vars.mod
cube_to_target/shared_vars.o
cube_to_target/shr_kind_mod.mod
cube_to_target/shr_kind_mod.o
cube_to_target/smooth_topo_cube.o
cube_to_target/smooth_topo_cube_sph.mod