diff options
author | Damien Doligez <damien.doligez-inria.fr> | 1996-12-17 13:23:22 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 1996-12-17 13:23:22 +0000 |
commit | d67218a49067535234a410a75e3cb3632de81557 (patch) | |
tree | 932c9de70661aafb888550481e2b4faec48c853a | |
parent | 3356a7a88985ca1a49d8bcaa57388c94f053c903 (diff) | |
download | ocaml-d67218a49067535234a410a75e3cb3632de81557.tar.gz |
ignore plus finement les fichiers objet PPC sur Mac
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1229 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | byterun/.cvsignore | 3 | ||||
-rw-r--r-- | otherlibs/num/.cvsignore | 3 | ||||
-rw-r--r-- | otherlibs/num/bignum/.cvsignore | 1 | ||||
-rw-r--r-- | otherlibs/num/bignum/o/.cvsignore | 1 | ||||
-rw-r--r-- | otherlibs/str/.cvsignore | 3 | ||||
-rw-r--r-- | otherlibs/str/regex-0.12/.cvsignore | 1 | ||||
-rw-r--r-- | yacc/.cvsignore | 2 |
7 files changed, 10 insertions, 4 deletions
diff --git a/byterun/.cvsignore b/byterun/.cvsignore index 5bb4ef2a0e..316fa33b5a 100644 --- a/byterun/.cvsignore +++ b/byterun/.cvsignore @@ -4,4 +4,5 @@ prims.c opnames.h ocamlrun ocamlrund -*.x +libcamlrun.x +*.c.x diff --git a/otherlibs/num/.cvsignore b/otherlibs/num/.cvsignore index 1b155ed50e..b025ab6ae5 100644 --- a/otherlibs/num/.cvsignore +++ b/otherlibs/num/.cvsignore @@ -1,3 +1,4 @@ int_misc.ml nat.ml -*.x +libnums.x +*.c.x diff --git a/otherlibs/num/bignum/.cvsignore b/otherlibs/num/bignum/.cvsignore new file mode 100644 index 0000000000..c76baffd17 --- /dev/null +++ b/otherlibs/num/bignum/.cvsignore @@ -0,0 +1 @@ +libbignum.x diff --git a/otherlibs/num/bignum/o/.cvsignore b/otherlibs/num/bignum/o/.cvsignore new file mode 100644 index 0000000000..37a28a8c94 --- /dev/null +++ b/otherlibs/num/bignum/o/.cvsignore @@ -0,0 +1 @@ +*.x diff --git a/otherlibs/str/.cvsignore b/otherlibs/str/.cvsignore index 37a28a8c94..7595d14227 100644 --- a/otherlibs/str/.cvsignore +++ b/otherlibs/str/.cvsignore @@ -1 +1,2 @@ -*.x +libstr.x +*.c.x diff --git a/otherlibs/str/regex-0.12/.cvsignore b/otherlibs/str/regex-0.12/.cvsignore index 7abff1dbea..52e0f89df1 100644 --- a/otherlibs/str/regex-0.12/.cvsignore +++ b/otherlibs/str/regex-0.12/.cvsignore @@ -1,2 +1,3 @@ Makefile config.status +*.c.x diff --git a/yacc/.cvsignore b/yacc/.cvsignore index 6a12e6669b..47b05dea2c 100644 --- a/yacc/.cvsignore +++ b/yacc/.cvsignore @@ -1,2 +1,2 @@ ocamlyacc -*.x +*.c.x |