-
Notifications
You must be signed in to change notification settings - Fork 4
/
.dockerignore
142 lines (124 loc) · 2.2 KB
/
.dockerignore
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
# compiled code anywhere
**/*.native
**/*.byte
**/*.o
**/*.lo
**/*.so
**/*.cmx
**/*.cmo
**/*.cmi
**/*.a
**/*.la
**/*.cmxa
**/*.cma
**/*.dSYM/
**/_build
# system crap
**/Dockerfile
**/.travis.yml
Dockerfile.test
Dockerfile.web
.git
.gitmodules
**/.git
**/.gitignore
**/*~
**/.#*
**/.DS_Store
**/.DS_Store?
**/._*
**/.Spotlight*
**/.Trash*
**/*[Tt]humbs.db
**/*~
**/*.bak
**/*.orig
**/*.rej
Vagrantfile
.vagrant
vagrant
################################################################################
# libdash ignores
# geneated by libtool
libdash/ltmain.sh
# generated by autogen.sh
libdash/Makefile.in
libdash/aclocal.m4
libdash/autom4te.cache/
libdash/compile
libdash/config.h.in
libdash/configure
libdash/depcomp
libdash/install-sh
libdash/missing
# generated by configure
libdash/Makefile
libdash/config.cache
libdash/config.h
libdash/config.log
libdash/config.status
libdash/src/.deps/
libdash/stamp-h1
# generated by make
libdash/src/token_vars.h
# generated files
libdash/ar-lib
libdash/config.*
libdash/src/libdash.a
libdash/src/builtins.[ch]
libdash/src/builtins.def
libdash/src/dash
libdash/src/init.c
libdash/src/mkinit
libdash/src/mknodes
libdash/src/mksignames
libdash/src/mksyntax
libdash/src/nodes.[ch]
libdash/src/signames.c
libdash/src/syntax.[ch]
libdash/src/token.h
libdash/src/.libs
libdash/src/.deps
################################################################################
# libdash/ocaml
libdash/ocaml/test.err
################################################################################
# src
src/fsh_prelude.ml
src/expansion.ml
src/arith.ml
src/path.ml
src/ocaml-lib
src/runtest
src/_build
src/pattern.ml
src/locale.ml
src/fsh.ml
src/evaluation.ml
src/semantics.ml
src/fsh_num.ml
src/os.ml
src/fields.ml
src/test.ml
src/command.ml
src/signal_platform.lem
src/signal_platform.ml
src/signal.ml
src/version.ml
src/smoosh
src/shtepper
src/runtest
################################################################################
# tests
tests/default.env
tests/log
tests/util/fds
tests/util/argv
tests/util/getenv
tests/util/readdir
################################################################################
# web
web/Gemfile.lock
web/src/config.yml
web/src/config.yml.template
web/submissions