OSDN Git Service

update gitignore
authormzp <mzpppp@gmail.com>
Sat, 5 Sep 2009 12:34:38 +0000 (21:34 +0900)
committermzp <mzpppp@gmail.com>
Sat, 5 Sep 2009 12:34:38 +0000 (21:34 +0900)
scm/.gitignore
scm/codegen/.gitignore [new file with mode: 0644]
scm/type/.gitignore [new file with mode: 0644]

index eb1ebb4..77f89a9 100644 (file)
@@ -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 (file)
index 0000000..570a3cd
--- /dev/null
@@ -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 (file)
index 0000000..77519cf
--- /dev/null
@@ -0,0 +1 @@
+ast.mli
\ No newline at end of file