forked from bendy/fiat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
33 lines (27 loc) · 909 Bytes
/
.gitattributes
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
*.v text eol=lf
Makefile text eol=lf
_CoqProject text eol=lf
_CoqProject.in text eol=lf
/Overview export-ignore
/paper export-ignore
/etc export-ignore
/src/Examples/ADTExamples export-ignore
/src/Examples/ProcessScheduler-outdated/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
autogen.sh export-ignore
todos.sh export-ignore
tarball.sh export-ignore
TODO export-ignore
/src/Examples/plot.py export-ignore
/src/Examples/Trivial.v export-ignore
/src/Examples/TrivialCache2.v export-ignore
/src/Examples/TrivialADTCache.v export-ignore
/src/Examples/CacheADT.v export-ignore
/src/Examples/Examples.v export-ignore
/src/Examples/ComputationExamples.v export-ignore
/src/Examples/BookstoreMinimal.v export-ignore
/src/Examples/BookstoreLists.v export-ignore
/src/Examples/BookstoreNaive.v export-ignore
/src/Examples/BookstoreNaiveExtraction.v export-ignore