aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-29 16:41:56 +0100
committerYann Herklotz <git@yannherklotz.com>2020-03-29 16:41:56 +0100
commite85befdc955ddcfef2a84b976db4564051368fff (patch)
treeaf5f7c555fade846b40e3cba8e63b91542b40a52
parent65f30c5524280b5639a94674828986f0635b2477 (diff)
downloadvericert-e85befdc955ddcfef2a84b976db4564051368fff.tar.gz
vericert-e85befdc955ddcfef2a84b976db4564051368fff.zip
Update .gitignore
-rw-r--r--.gitignore4
-rw-r--r--README.md1
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e986f2f..72e3693 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,7 +33,9 @@ Makefile.coq
Makefile.coq.conf
.coqdeps.d
-extraction/src/
+src/extraction/*.ml
+src/extraction/*.mli
+src/extraction/STAMP
# Ocaml
_build
diff --git a/README.md b/README.md
index 1861b29..667f3b6 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,3 @@
# CoqUp
+
A formally verified HLS tool in Coq.