-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (44 loc) · 844 Bytes
/
.gitignore
File metadata and controls
52 lines (44 loc) · 844 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
*.directory
*.exe
*.lst
*.dat
*.grd
*.sav
*.log
*.clr
*.bna
*.aux
*.mod
*.o
*.con
*.pyc
NAM_data/raw/*/
NAM_data/raw/2017*
CALPUFF_OUT/CALMET/*/
CALPUFF_OUT/CALPUFF/*/
vis/*/**
CALPUFF_SRC/*/**
CALPUFF_INP/terrel.inp
CALPUFF_INP/ctgproc.inp
CALPUFF_INP/makegeo.inp
CALPUFF_INP/calmet.inp
CALPUFF_INP/calpuff.inp
updateNDrive.sh
progress.md
Python/test_data/
VIZ_SITE_CODE/public_html/UNRESP_VIZ/AQSensor/*/*.png
VIZ_SITE_CODE/public_html/UNRESP_VIZ/*/*.jpg
VIZ_SITE_CODE/public_html/UNRESP_VIZ/*/*google_conc*.html
VIZ_SITE_CODE/public_html/UNRESP_VIZ/2018/
VIZ_SITE_CODE/public_html/UNRESP_VIZ/*/*.gif
grabAQfiles.sh
Python/__pycache__/
Python/*.pyc
Python/*/*.pyc
Python/*/__pycache__/
Python/analysis_tools/*.txt
CALPUFF_EXE/*.exe
CALPUFF_EXE/libraries/lib*
CALPUFF_EXE/libraries/*.so
CALPUFF_EXE/libraries/*main
update_site_code.sh