f482b154ca
This changes the definition of String and Bytes, thus necessitating another complete rebuild :-(
25 lines
491 B
Diff
25 lines
491 B
Diff
From 39f4cb65afc38a5012a8cdf694dd5686dd60b727 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 24 Jun 2014 22:29:38 +0100
|
|
Subject: [PATCH 01/10] Don't ignore ./configure, it's a real git file.
|
|
|
|
---
|
|
.gitignore | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 2817041..6835234 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -22,7 +22,6 @@
|
|
/.depend
|
|
/.depend.nt
|
|
/.DS_Store
|
|
-/configure
|
|
/ocamlc
|
|
/ocamlc.opt
|
|
/expunge
|
|
--
|
|
1.9.3
|
|
|