2014-08-22 19:01:51 +00:00
|
|
|
From b82c357ec2006551276ec850537eead05f231c65 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
|
2014-08-22 19:01:51 +00:00
|
|
|
Subject: [PATCH 01/10] 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
|
2014-08-22 19:01:51 +00:00
|
|
|
index d36195a..dbb0e3e 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
|
|
|
|
--
|
2014-08-22 19:01:51 +00:00
|
|
|
2.0.4
|
2014-06-24 21:28:27 +00:00
|
|
|
|