OSDN Git Service

ignore
authormzp <mzpppp@gmail.com>
Sat, 1 Nov 2008 00:49:56 +0000 (09:49 +0900)
committermzp <mzpppp@gmail.com>
Sat, 1 Nov 2008 00:49:56 +0000 (09:49 +0900)
.gitignore

index 5d6f38b..2715142 100644 (file)
@@ -4,29 +4,23 @@
 *.swp
 
 # auto generate file
-src/match.ml
-src/opcode.ml
+src/instruction.ml
+src/match_body.ml
+test/runner.h
 
 # compiled result
-_build
-*.bytes
-*.native
-*.byte
+test/runner
+util/instruction
+src/aosh
 *.abc
-scheme-abc.docdir
 *.cm[aoix]
 *.omc
+*.[ao]
+*.cmxa
 
 .omakedb
 .omakedb.lock
 
-*.o
 *.run
 *.opt
 
-src/aosh
-src/instruction.ml
-src/match_body.ml
-test/runner
-test/runner.h
-util/instruction