diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2018-10-19 23:23:16 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2018-10-19 23:25:32 +0200 |
commit | 3ba808f9dc1a9c01ee4ff369611c87315a98bc20 (patch) | |
tree | 083f4d8231a770af890b94ad6367d0734233b91b | |
download | ocaml-sid-3ba808f9dc1a9c01ee4ff369611c87315a98bc20.tar.gz |
initial: gitignore
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ac362e --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# oasis side-effects +Makefile +myocamlbuild.ml +configure +setup.ml +setup.data +setup.log +_tags + +# build artefacts +_build/ +sid_test.byte + |