2015-07-28 09:58:32 +00:00
|
|
|
From 988c1068100b7f30bd8b0d2c1195ac383705dc1c Mon Sep 17 00:00:00 2001
|
2014-06-24 21:28:27 +00:00
|
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
|
Date: Tue, 24 Jun 2014 22:29:38 +0100
|
2015-06-29 20:55:46 +00:00
|
|
|
Subject: [PATCH 01/19] Don't ignore ./configure, it's a real git file.
|
2014-06-24 21:28:27 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
.gitignore | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
2015-06-16 12:49:56 +00:00
|
|
|
index 87f7cda..8aad7c2 100644
|
2014-06-24 21:28:27 +00:00
|
|
|
--- a/.gitignore
|
|
|
|
+++ b/.gitignore
|
2014-08-22 19:01:51 +00:00
|
|
|
@@ -19,7 +19,6 @@
|
2014-06-24 21:28:27 +00:00
|
|
|
/.depend
|
|
|
|
/.depend.nt
|
|
|
|
/.DS_Store
|
|
|
|
-/configure
|
|
|
|
/ocamlc
|
|
|
|
/ocamlc.opt
|
|
|
|
/expunge
|
|
|
|
--
|
2015-07-28 09:58:32 +00:00
|
|
|
2.4.3
|
2014-06-24 21:28:27 +00:00
|
|
|
|