From: mzp Date: Sat, 5 Sep 2009 12:34:38 +0000 (+0900) Subject: update gitignore X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=23356502e60b5d731f01c41fc6e912c8e744921e;p=happyabc%2Fhappyabc.git update gitignore --- diff --git a/scm/.gitignore b/scm/.gitignore index eb1ebb4..77f89a9 100644 --- a/scm/.gitignore +++ b/scm/.gitignore @@ -3,3 +3,4 @@ *.abc *.expect *.actual +*.diff \ No newline at end of file diff --git a/scm/codegen/.gitignore b/scm/codegen/.gitignore new file mode 100644 index 0000000..570a3cd --- /dev/null +++ b/scm/codegen/.gitignore @@ -0,0 +1,7 @@ +opcode.h +match_body.h +instruction.ml +gen_inst +binding.mli +module.mli +override.mli diff --git a/scm/type/.gitignore b/scm/type/.gitignore new file mode 100644 index 0000000..77519cf --- /dev/null +++ b/scm/type/.gitignore @@ -0,0 +1 @@ +ast.mli \ No newline at end of file