2014-08-30 12:37:34 +00:00
|
|
|
From 0e3b6450f6ab803442a809b6da41d5d5c5da650f Mon Sep 17 00:00:00 2001
|
2012-06-07 15:57:55 +00:00
|
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
|
Date: Thu, 7 Jun 2012 15:36:16 +0100
|
2014-08-30 12:37:34 +00:00
|
|
|
Subject: [PATCH 02/11] Ensure empty compilerlibs/ directory is created by git.
|
2012-06-07 15:57:55 +00:00
|
|
|
|
|
|
|
This directory exists in the OCaml tarball, but is empty. As a
|
|
|
|
result, git ignores it unless we put a dummy file in it.
|
|
|
|
---
|
2013-09-13 20:05:39 +00:00
|
|
|
compilerlibs/.exists | 0
|
|
|
|
1 file changed, 0 insertions(+), 0 deletions(-)
|
2012-06-07 15:57:55 +00:00
|
|
|
create mode 100644 compilerlibs/.exists
|
|
|
|
|
|
|
|
diff --git a/compilerlibs/.exists b/compilerlibs/.exists
|
|
|
|
new file mode 100644
|
|
|
|
index 0000000..e69de29
|
|
|
|
--
|
2014-08-22 19:01:51 +00:00
|
|
|
2.0.4
|
2012-06-07 15:57:55 +00:00
|
|
|
|