-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.dockerignore
More file actions
151 lines (129 loc) · 1.98 KB
/
Copy path.dockerignore
File metadata and controls
151 lines (129 loc) · 1.98 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
######################################
# If you have ever made any changes #
# to this file, please consider also #
# change the .dockerignore file #
######################################
#
# Prerequisites
*.d
# 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
# Netbeans
*nbproject
*dist
*build*
#*.mk
# Mac
*.DS_Store
*.swp
*/*.swp
*.dep.inc
*/*.dep.inc
.Rproj.user
*/*Rhistory
*Rhistory
*autom4te.cache*
*RData
*Rdata
*rdata
*rData
# Customize
build*
output
dependency
doxygen-output
RAnalogs/releases/RAnEn/
RAnalogs/RAnEn/build
RAnalogs/RAnEn/docs
RAnalogs/RAnEn/README*
RAnalogs/releases/RAnEn/
# Ignore the folder
RAnalogs/RAnEn/src/*
# But don't ignore these files
!RAnalogs/RAnEn/src/RcppForecasts.h
!RAnalogs/RAnEn/src/RcppForecasts.cpp
!RAnalogs/RAnEn/src/RcppObservations.h
!RAnalogs/RAnEn/src/RcppObservations.cpp
!RAnalogs/RAnEn/src/RcppFunctions.h
!RAnalogs/RAnEn/src/RcppFunctions.cpp
!RAnalogs/RAnEn/src/RcppChecks.cpp
!RAnalogs/RAnEn/src/RcppExports.cpp
!RAnalogs/RAnEn/src/RcppConfig.cpp
!RAnalogs/RAnEn/src/RcppGenerateAnalogs.cpp
!RAnalogs/RAnEn/src/RcppGenerateTimeMapping.cpp
# From the base theme and jekyll ignore
# Ignore docs files
#
_gh_pages
_site
.ruby-version
*.lock
.sass-cache
_screenshots
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea
# Komodo
*.komodoproject
.komodotools
# grunt-html-validation
validation-status.json
validation-report.json
# Folders to ignore
node_modules<Paste>
# The automatic deployment folder
out
*vim-markdown-preview.html
# VS code project
*.vscode
# Specific for docker image
.travis.yml
.git
.gitignore
_config.yml
*csv
# YCM support
.ycm_extra_conf.py