-
Notifications
You must be signed in to change notification settings - Fork 68
/
.gitignore
65 lines (64 loc) · 1.26 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
#****************************************************************
#Copyright (c) 2009 Larence Livermore National Security (LLNS)
#All rights reserved.
#****************************************************************
#
# Organization: Lawrence Livermore National Lab (LLNL)
# Directorate: Computation
# Department: Computing Applications and Research
# Division: S&T Global Security
# Matrix: Atmospheric, Earth and Energy Division
# Program: PCMDI
# Project: Earth Systems Grid
# First Author: Gavin M. Bell ([email protected])
#
# Description:
#
# Files that git should ignore...
#****************************************************************
TAGS
.ant-targets-build.xml
*~
*swp
*.cache
*.DS_Store
*.a
*.o
*.class
*.pyc
*.project
*.cproject
*.pydevproject
*.egg
*#*
*.md5
semantic.cache*
generated/
build/
/dist
/test-results
Packages/cdms2/Test/test*fc*
Packages/cdms2/Test/*.nc
Packages/*/it*.*
Packages/vcs/pyqtscripting.sbf
Packages/vcs/cdatwrap
Packages/vcs/Info/__init__.py
Packages/vcs/Src/Qt/moc_mainwindow.cpp
Packages/vcs/result.pdf
Scripts/cdat
Scripts/vcdat
checked_get.sh
config.log
config.status
exsrc/CMakeCache.txt
exsrc/CMakeCache.txt.in
installation/cdat_info.py
logs/
site.cfg
sources/
version
/.hooks-config
/.idea
.coverage
covhtml
.vagrant/