-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
104 lines (91 loc) · 1.29 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
102
103
104
#
# kcarta top-level git ignore file
#
# The top-level ignore does two things--it sets general exclusions
# for various file types, and excludes a list of specific directories.
# File types can be added back in subdirectory .gitignore files as
# needed
# to see why things are ignored do eg git check-ignore -v WORK/RUN_TARA/GENERIC_RADSnJACS_MANYPROFILES/*.m
# data & misc
*ugh*
*junk*
*.h5
*.dat
*.mat
*.fig
*.log
*.core
*.rtp
# tex work files
*.aux
*.bbl
*.blg
*.lof
*.log
*.lot
*.nav
*.out
*.snm
*.toc
*.dvi
# figures & docs
*.gif
*.png
*.eps
*.pdf
*.ps
# archives and packages
*.gz
*.tgz
*.tar
*.zip
*.bz2
# executables and libs
*.x
*.a
*.o
*.mod
*.so
# backup files
*.bak
*~
# directories
#BIN
PDF
RT_DOCS_General
RRTM_FLUX
SCRIPTS_TARO
SCATTERCODE
TEST
TMPBIN
WORKS_*
NONLTE_PRODUCTION
NONLTE2
NONLTE3_Feb2021
WORK
AutomaticDifferentiation
# symlinks
NLTE_CONV
NLTE_CONV_114
ORIG_NLTE
# old versions
# SRCv1.07
# SRCv1.10
SRCv1.11
SRCv1.12
SRCv1.14
SRCv1.15
SRCv1.16
SRCv1.17
# SRCv1.18
SRCv1.18WORKS
SRC_PLAYSANDBOX
# special cases
# allow this, change Readme so that users are aware scatter*.f are experimental
SRCv1.07/scatter_*.f
SRCv1.10/scatter_*.f
#junk stuff
F77toF90/
IP_PROFILES/
LIB/libblas.a.ifort_threadsmaybe
########################################################################