-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy path.ignore
70 lines (68 loc) · 2.05 KB
/
.ignore
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
*.fst.hints
# Ignore stage0, we mostly don't care about it
stage0
# This is a list of all symlinks in the repo, generated by
# git ls-files | while read i; do [ -L "$i" ] && echo $i; done
# having this here simplifies search results significantly
mk/fstar-01.mk
stage1/Makefile
stage1/dune/fstar-guts/FStarC_Parser_Parse.mly
stage1/dune/fstar-guts/app
stage1/dune/fstar-guts/bare
stage1/dune/fstar-guts/fstarc.ml
stage1/dune/fstar-plugins/app
stage1/dune/fstar-plugins/full
stage1/dune/fstar-plugins/plugin
stage1/dune/fstar-plugins/plugins.ml
stage1/dune/fstarc-full/main.ml
stage1/dune/libapp/app
stage1/dune/libapp/app-extra
stage1/dune/libapp/ulib.ml
stage1/dune/libplugin/app
stage1/dune/libplugin/app-extra
stage1/dune/libplugin/full
stage1/dune/libplugin/plugin
stage1/dune/libplugin/ulib.pluginml
stage1/ulib
stage1/version.txt
stage2/Makefile
stage2/dune/fstar-guts/FStarC_Parser_Parse.mly
stage2/dune/fstar-guts/app
stage2/dune/fstar-guts/bare
stage2/dune/fstar-guts/fstarc.ml
stage2/dune/fstar-plugins/app
stage2/dune/fstar-plugins/full
stage2/dune/fstar-plugins/plugin
stage2/dune/fstar-plugins/plugins.ml
stage2/dune/fstarc-full/main.ml
stage2/dune/libapp/app
stage2/dune/libapp/app-extra
stage2/dune/libapp/ulib.ml
stage2/dune/libplugin/app
stage2/dune/libplugin/app-extra
stage2/dune/libplugin/full
stage2/dune/libplugin/plugin
stage2/dune/libplugin/ulib.pluginml
stage2/ulib
stage2/version.txt
tests/incl/field.pos/Makefile
tests/incl/noshadow.neg/Makefile
tests/incl/noshadow.pos/Makefile
tests/incl/open.neg/Makefile
tests/incl/open.pos/Makefile
tests/incl/plain.neg/Makefile
tests/incl/plain.pos/Makefile
tests/incl/private.neg/Makefile
tests/incl/private.pos/Makefile
tests/incl/shadow.neg/Makefile
tests/incl/shadow.pos/Makefile
tests/incl/trans.neg/Makefile
tests/incl/trans.pos/Makefile
tests/struct/array.pos/Makefile
tests/struct/disjoint.pos/Makefile
tests/struct/jsonparser.pos/Makefile
tests/struct/nested.pos/Makefile
tests/struct/point-with-nesting.pos/Makefile
tests/struct/point.pos/Makefile
tests/struct/taggedunion.pos/Makefile
tests/struct/union.pos/Makefile