From d1f3da0c53bda042ec95e1e377ced671296df35c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Fri, 19 Apr 2013 01:25:02 +0200 Subject: [PATCH] add OCaml object files to .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62417ef..d7eda5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -_build +*.cm* +*.o *.native *.byte tests/*.results/*_tatoo* @@ -13,4 +14,3 @@ autom4te.cache config.log remake .remake - -- 2.17.1