Git ignore and other build fixes for git.
[ocaml-ancient.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..633b001
--- /dev/null
@@ -0,0 +1,18 @@
+*~
+*.cmi
+*.cmo
+*.cmx
+*.cma
+*.cmxa
+*.opt
+*.a
+*.o
+*.so
+META
+ancient-*.tar.gz
+dictionary.data
+mmalloc/Makefile
+mmalloc/autom4te.cache
+mmalloc/config.cache
+mmalloc/config.log
+mmalloc/config.status
\ No newline at end of file