forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (49 loc) · 917 Bytes
/
.gitignore
File metadata and controls
65 lines (49 loc) · 917 Bytes
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
# Object files
*.lo
*.o
# Fortran module files
*.mod
# Static libraries
*.la
*.a
# Shared libraries
*.so
*.so.*
# Executables
*.exe
# Logs
*.log
# Ignore netCDF files.
*.nc
# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec
#the site directory
site
# Ignore emacs backup files
*~
#Ignore Mac folder files
.DS_Store
# Ignore compiled output files
a.out
#Ignore vscode dir
.vscode
# Fortran LSP
.fortls.json
# Ignore mkdocs site-generated files in eamxx
components/eamxx/site/*
# Ignore auto-generated eamxx_params.md file
components/eamxx/docs/user/eamxx_params.md
# Ignore html generated for presentations in the source code
components/eamxx/docs/_presentations_html/
# Python packaging
*.egg-info
components/eamxx/src/python/build
components/eamxx/src/python/build_src
components/eamxx/src/python/dist
# Emulator Components
components/emulators/build
**/Testing/**
**/.cache/**