forked from KNMI/adaguc-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
118 lines (93 loc) · 1.47 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Eclipse
**/.project
**/.classpath
**/.settings
**/target
# IntelliJ
.idea
*.iml
# Git itself
# Comment .gitignore only when introducing the file.
# After that, Git knows the file, and all other .gitignore files can be ignored.
**/.gitignore
/target/
.DS_Store
.tags
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
#Other binaries
CCDFDataModel/anydump
CCDFDataModel/test
adagucserverEC/adagucserver
adagucserverEC/aggregate_dim
adagucserverEC/aggregate_time
adagucserverEC/geojsondump
adagucserverEC/h5ncdump
bin/*
#Python pyc files
*.pyc
#Sqlite files
*db
*result.png*
#Test results
tests/log
tests/tmp
tests/testresults/*
tests/test.db
Docker/adaguc-server.dockerimage
hclasses/test
# GitHub pages/Gitbook output should only be committed on gh-pages branch.
doc/_book
# Tag files, gdb history files
TAGS
.gdb_history
tests/core*
Docker/cert
Docker/.env
Docker/letsencrypt
Docker/keystore.jks
.vscode
adaguc-services
adaguc-services.log
data/python/env
data/python/adaguc.egg-info/
data/python/adaguc_knmi.nl.egg-info/
data/python/adaguc_server.egg-info/
data/python/adagucserver.egg-info/
data/python/env/
data/python/dist/
python/lib/dist
*.pytest_cache*
*__pycache__*
Testing
.cmake
*/.cmake
*CMakeFiles*
build
adaguc.egg-info
env
dist
tests/checker_report.txt
.vscode