aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--dune-project2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 174fc31..83a64f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,7 +41,6 @@ bin/vericert
# Ocaml
_build
-dune-project
.merlin
/docs/html
diff --git a/dune-project b/dune-project
new file mode 100644
index 0000000..a0644b0
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,2 @@
+(lang dune 2.9)
+(name vericert)