2014-08-30 12:37:34 +00:00
|
|
|
From ccc1bf226619608230dc94b26377756719cf7b20 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-09-11 13:45:22 +00:00
|
|
|
Subject: [PATCH 01/12] 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
|
|
|
|